Configure multiple producers and consumer in properties (configuration for multiple clusters in spring.kafka properties) #4255
Replies: 1 comment 3 replies
-
|
I think there is some misunderstanding between Spring for Apache Kafka and Spring Boot. Your project link gives us |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are configuring producers or consumers for different clusters or with specific configurations, you have to add a custom property block and need programmatic configuration of these properties. This makes for a messie and complex application configuration file. From what I can see, it is easy to add this feature. That's why I was surprised it does not yet exist. I would like to see the configuration tree change something like this:
I have created a starter that implements this new property structure. You can find it in my Github: https://github.com/chjansen/MultiKafka
Beta Was this translation helpful? Give feedback.
All reactions