mimaison commented on code in PR #19424: URL: https://github.com/apache/kafka/pull/19424#discussion_r2039850332
########## core/src/main/java/kafka/server/builders/KafkaApisBuilder.java: ########## @@ -166,11 +164,6 @@ public KafkaApisBuilder setTime(Time time) { return this; } - public KafkaApisBuilder setTokenManager(DelegationTokenManager tokenManager) { Review Comment: Yes they are currently unused but I think the goal was to start using them over the direct constructors. It seems we've not really started using them yet but I think we should keep these methods. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org