IBMStreams / streamsx.monitoring

The com.ibm.streamsx.monitoring toolkit provides capabilities to create applications that monitor IBM Streams and its applications.
https://ibmstreams.github.io/streamsx.monitoring/
Other
5 stars 5 forks source link

Provide useDefaultConnection option for automatic discovery of JMX connection url #66

Closed ilanprager closed 7 years ago

ilanprager commented 7 years ago

@markheger has provided a sample that can automatically discover the JMX connection url. This proposal aims to pull that facility into the operators in the toolkit such that the user could specify a "useDefaultConnection" = true parameter (or even made that the default behavior if a connectionURL isn't specified) and the discovery would happen automatically.

markheger commented 7 years ago

If connectionURL isn't specified and applicationConfiguration is not set, then the operator should retrieve the jmxConnect string on its own if domainID matches the own domain or if domainID is not specified. No new parameter required if changing the default behaviour like above.

markheger commented 7 years ago

released with 1.3.2