IBMStreams/streamsx.jmxclients

Enable multiple JMX end points to be supported

Closed this issue · 3 comments

Allow multiple JMX end points to be provided to the application.
When connecting to the JMX, round robin through the multiple endpoints when the connection is lost or cannot be established.
This would be useful for situations where Streams moves the JMX to another host if a the original host is lost.

Working on solution that would allow the jmx connection parameter to be a comma-separated list:
service:jmx:jmxmp://host1:9975,service:jmx:jmxmp://host2:9975.

Deploying to master for testing on a larger scale

Created release 1.3.0 of streams-metric-exporter for this.