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
During development, we found that there is no way to create a custom KafkaBinderHealth indicator when there are Multiple Binder.
Following these examples, actually failed to have an instance per each binder
During development, we found that there is no way to create a custom KafkaBinderHealth indicator when there are Multiple Binder.
Following these examples, actually failed to have an instance per each binder
https://docs.spring.io/spring-cloud-stream/reference/kafka/kafka-binder/custom-health-ind.html#custom-kafka-binder-health-indicator-example
Support advised to open the defect, as it looks like it does not work
spring.cloud.stream.binders.kafka1.environment.spring.cloud.stream.kafka.binder.brokers: localhost: 9092
spring.cloud.stream.binders.kafka2.environment.spring.cloud.stream.kafka.binder.brokers: localhost: 9091
The text was updated successfully, but these errors were encountered: