abbccdda commented on a change in pull request #9103: URL: https://github.com/apache/kafka/pull/9103#discussion_r513743473
########## File path: core/src/main/scala/kafka/api/ApiVersion.scala ########## @@ -104,7 +108,9 @@ object ApiVersion { // Bup Fetch protocol for Raft protocol (KIP-595) KAFKA_2_7_IV1, // Introduced AlterIsr (KIP-497) - KAFKA_2_7_IV2 + KAFKA_2_7_IV2, + // Introduced IBP based constraints for ApiVersion (KIP-590) Review comment: I think it's ok to remove this flag for now. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org