spring-kafka icon indicating copy to clipboard operation
spring-kafka copied to clipboard

GH-3483: Allow @Override of KafkaAdmin createAdmin()

Open anders-swanson opened this issue 5 months ago • 0 comments

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.

anders-swanson avatar Sep 13 '24 20:09 anders-swanson