spring-cloud-config
spring-cloud-config copied to clipboard
Support sending events to clients with HTTP instead of AMPQ / kafka with Spring Cloud Config Monitor
Is your feature request related to a problem? Please describe.
I want to send events from spring-cloud-config with spring-cloud-config-monitor, through HTTP, instead of AMPQ / Kafka.
Describe the solution you'd like I'd like the server to send HTTP requests to all of the clients instead of publishing a message, which requires fit infrastructure.
This would require the config server to know all the endpoints of the clients (or use something like the discovery server to discover them).