jsancio commented on code in PR #19800: URL: https://github.com/apache/kafka/pull/19800#discussion_r2113740647
########## server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java: ########## @@ -116,6 +116,9 @@ public enum MetadataVersion { // Streams groups are early access in 4.1 (KIP-1071). IBP_4_1_IV0(26, "4.1", "IV0", false), + // Send FETCH verion 18 in the replica fetcher (KIP-1166) 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