fvaleri opened a new pull request, #22615: URL: https://github.com/apache/kafka/pull/22615
The TransactionLogMessageParser and TransactionLogMessageFormatter output the numeric transactionStatus (e.g. 4) instead of the human readable state name (e.g. CompleteCommit). This was caused by the migration to auto generated CoordinatorRecordJsonConverters which serialize the int8 field as is. Resolve the byte to the state name via TransactionState.fromId() in both the dump log and consumer formatter code paths. -- 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]
