spring-cloud / spring-cloud-stream-binder-kafka

Spring Cloud Stream binders for Apache Kafka and Kafka Streams
Apache License 2.0
331 stars 301 forks source link

Consumer/Producer prefix in Kafka Streams binder #1131

Closed sobychacko closed 3 years ago

sobychacko commented 3 years ago

Kafka Streams allows the applications to separate the consumer and producer properties using consumer/producer prefixes. Add these prefixes automatically if they are missing from the application.

Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1065