# spring-cloud-stream-multiplebinder-config-issue-_1 **Repository Path**: mirrors_dsyer/spring-cloud-stream-multiplebinder-config-issue- ## Basic Information - **Project Name**: spring-cloud-stream-multiplebinder-config-issue-_1 - **Description**: Demo projects to show an issue with spring-cloud-stram-rabbitmq and spring-cloud-config - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-09 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](rabbit_con_good.png) But when using the config-service, which is delivering the exact same config file: ![con_bad](rabbit_con_bad.png) 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](https://github.com/HaVonTe1/spring-cloud-stream-multiplebinder-config-issue-/tree/workaround)