/spring-cloud-stream-multiplebinder-config-issue-

Demo projects to show an issue with spring-cloud-stram-rabbitmq and spring-cloud-config

Primary LanguageJava

Demo to show an issue when using the spring-cloud config-service with spring-cloud-stram and multiple binders.

When the demoservice is started with spring.cloud.config.enabled=false

everything is fine: con_good

But when using the config-service, which is delivering the exact same config file:

con_bad

All bindings refer to the default connection which only real purpose should be to override the default credentials for the actuator health endpoint.

Workaround

https://github.com/HaVonTe1/spring-cloud-stream-multiplebinder-config-issue-/tree/workaround