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

Create Job status microservice. #111

Closed ddebrunner closed 5 years ago

ddebrunner commented 6 years ago

Create a microservice that publishes Job status notifications from JobStatusSource.

A single microservice producing these events has the advantage of only using a single connection to JMX shared across multiple microservices using job status notifications.

I have code and will create a PR soon.

markheger commented 6 years ago

PR #113 merged into 2.x branch