rondagostino commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1298718349


##########
core/src/main/scala/kafka/server/DelegationTokenManager.scala:
##########
@@ -165,16 +99,16 @@ object DelegationTokenManager {
 
 class DelegationTokenManager(val config: KafkaConfig,
                              val tokenCache: DelegationTokenCache,
-                             val time: Time,
-                             val zkClient: KafkaZkClient) extends Logging {
+                             val time: Time) extends Logging {
   this.logIdent = s"[Token Manager on Broker ${config.brokerId}]: "

Review Comment:
   Let's change this to refer to `Token Manager on Node` instead since this 
could be on a controller now.



-- 
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

Reply via email to