You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Spring Boot : 3.1.2
Spring Cloud : 2022.0.4
Application uses spring-cloud-stream-binder-kafka and Kafka consumers in functional style.
Adding the spring-cloud-starter-bus-kafka dependency lead to consumer message channel stop registering.
Removing the dependency, results again in a working application
Describe the bug
Spring Boot : 3.1.2
Spring Cloud : 2022.0.4
Application uses spring-cloud-stream-binder-kafka and Kafka consumers in functional style.
Adding the spring-cloud-starter-bus-kafka dependency lead to consumer message channel stop registering.
Removing the dependency, results again in a working application
Logs diff
without dependency:
with dependency:
Sample
https://github.com/APletenev/microservice_template/tree/Cloud_Stream/idp
The text was updated successfully, but these errors were encountered: