Hi there,
I implemented a Bof-Module (for Documentum Workflow) which internally uses the hystrix library from Netflix for isolating external calls. The Module ist deployed within a Composer artifact project.
Netflix provides some metrics about the calls made to external systems. These metrics are exposed by a "hystrix stream" which gets delivered to the consumer via a servlet. Is it possible to register a servlet (normally in a web.xml) in an artifact project?
Since the target of the deployment is in the end a jboss it should be possible in any way but I don't know how to do it.
Thank you for your help.
Greetings,
Fabian Lang