Improve k8s deployment separation of binder and default broker
Opened this issue · 0 comments
corneil commented
With stream-applications#557 it is obvious that spring.kafka
properties are also applied to the binder when external kafka and internal kafka binder is required.
- Externalise Kafka binder properties to override default
spring.kafka
properties. - Externalise RabbitMQ binder properties to override default
spring.rabbit
properties.