spring-kafka
spring-kafka copied to clipboard
GH-3483: Allow @Override of KafkaAdmin createAdmin()
Fixes #3483
Changes the KafkaAdmin#createAdmin() method to be protected, returning the Admin interface instead of the AdminClient class.
This change allows user of spring-kafka to supply their own Admin interface implementations by extending the KafkaAdmin class.