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

AdminClient customizer #1023

Closed sobychacko closed 3 years ago

sobychacko commented 3 years ago

Provide the ability for applications to customize AdminClient by introducing a new interface AdminClientConfigCustomizer.

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