Will spring cloud data flow (SCDF) server emit notifications?

44 Views Asked by At

Is it possible for the Spring cloud data flow server to emit notifications whenever applications are deployed and undeployed.

I want to write a java code, that receives above notification from the SCDF Server. After receiving notification, host & port details of those applications will be extracted.

Those host and port details will be configured in a JSON file, so that prometheus will dynamically discover and monitor the targets using file based service discovery mechanism.

0

There are 0 best solutions below