FrankYang0529 commented on code in PR #19424: URL: https://github.com/apache/kafka/pull/19424#discussion_r2039838645
########## 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: The `KafkaApisBuilder` is only used in `KRaftMetadataRequestBenchmark` and the `tokenManager` is always `null`, so I think we can safely remove it. -- 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