apalan60 commented on code in PR #19325:
URL: https://github.com/apache/kafka/pull/19325#discussion_r2023979065


##########
clients/src/main/java/org/apache/kafka/common/protocol/ApiKeys.java:
##########
@@ -67,11 +66,11 @@ public enum ApiKeys {
     DELETE_RECORDS(ApiMessageType.DELETE_RECORDS),
     INIT_PRODUCER_ID(ApiMessageType.INIT_PRODUCER_ID),
     OFFSET_FOR_LEADER_EPOCH(ApiMessageType.OFFSET_FOR_LEADER_EPOCH),
-    ADD_PARTITIONS_TO_TXN(ApiMessageType.ADD_PARTITIONS_TO_TXN, false, 
RecordBatch.MAGIC_VALUE_V2, false),
-    ADD_OFFSETS_TO_TXN(ApiMessageType.ADD_OFFSETS_TO_TXN, false, 
RecordBatch.MAGIC_VALUE_V2, false),
-    END_TXN(ApiMessageType.END_TXN, false, RecordBatch.MAGIC_VALUE_V2, false),

Review Comment:
   I opened a related PR to follow up on these comments:  
https://github.com/apache/kafka/pull/19342
   PTAL, thanks!



-- 
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

Reply via email to