rondagostino commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1298740130
##########
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:
Can we get rid of this comment?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]