fvaleri commented on PR #22615:
URL: https://github.com/apache/kafka/pull/22615#issuecomment-4750803223

   @showuon The commit that broke this is 3fafa096b1 (KAFKA-18207) not the 
migration to the auto generated converters, sorry for the confusion. 
readTxnRecordValue resolved the byte to the enum via 
TransactionState.fromId(value.transactionStatus).
   
   
https://github.com/apache/kafka/blob/3fafa096b113ee3bc9c9472e6aa5dfd2e46b7352/core/src/main/scala/kafka/coordinator/transaction/TransactionLog.scala#L129
   
   and then
   
   
https://github.com/apache/kafka/blob/09e36fdfd4f025f4c6fd71a0e9e476f88d888b28/transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionState.java#L158C45-L158C52


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to