pprovenzano commented on code in PR #14083: URL: https://github.com/apache/kafka/pull/14083#discussion_r1294766805
########## server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java: ########## @@ -173,11 +173,14 @@ public enum MetadataVersion { // Adds replica epoch to Fetch request (KIP-903). IBP_3_5_IV1(10, "3.5", "IV1", false), - // Support for SCRAM + // KRaft support for SCRAM IBP_3_5_IV2(11, "3.5", "IV2", true), - // Remove leader epoch bump when KRaft controller shrinks the ISR (KAFKA-15021) - IBP_3_6_IV0(12, "3.6", "IV0", false); + // Support for Remove leader epoch bump when KRaft controller shrinks the ISR (KAFKA-15021) + IBP_3_6_IV0(12, "3.6", "IV0", false), + + // KRaft support for DelegationTokens Review Comment: Fixed. The conflict with metadata transaction commit have been addressed but make sure to look closely at changes around that and delegation tokens in MetadataVersion.java -- 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