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


##########
core/src/main/scala/kafka/server/BrokerServer.scala:
##########
@@ -279,10 +280,7 @@ class BrokerServer(
       )
 
       /* start token manager */
-      if (config.tokenAuthEnabled) {
-        throw new UnsupportedOperationException("Delegation tokens are not 
supported")
-      }
-      tokenManager = new DelegationTokenManager(config, tokenCache, time , 
null)
+      tokenManager = new DelegationTokenManager(config, tokenCache, time)
       tokenManager.startup() // does nothing, we just need a token manager in 
order to compile right now...

Review Comment:
   Done



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