pprovenzano commented on code in PR #14083: URL: https://github.com/apache/kafka/pull/14083#discussion_r1292538597
########## core/src/main/scala/kafka/server/metadata/KRaftMetadataCache.scala: ########## @@ -400,4 +400,10 @@ class KRaftMetadataCache(val brokerId: Int) extends MetadataCache with Logging w image.highestOffsetAndEpoch().offset, true) } + + // Return a list of tokens TokenInformation for a list of KafkaPricipals Review Comment: Done. I thought I was going to implement the describe DelegationToken but then I realized I could keep the old code. -- 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