spring-cloud / spring-cloud/spring-cloud-stream
custom KafkaBinderHealth indicator not working with multi-binders
@sobychacko is already working on this.
Since Nov 21, 2024.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 646
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 8
Description
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
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.