mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
This commit adds a spring.kafka.listener.admin and spring.kafka.template.admin namespace with similar configuration properties than spring.kafka.admin, used to create the KafkaAdmin bean. When a property is configured in those two namespaces, a dedicated KafkaAdmin is created and associated with the relevant component. Closes gh-38830