chia7712 commented on code in PR #22456:
URL: https://github.com/apache/kafka/pull/22456#discussion_r3367766022


##########
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionLog.java:
##########
@@ -103,23 +94,6 @@ public static byte[] valueToBytes(TxnTransitMetadata 
txnMetadata,
         return MessageUtil.toVersionPrefixedBytes(logValueVersion, value);
     }
 
-    /**
-     * Decodes the transaction log messages' key
-     *
-     * @return the transactional id
-     * @throws IllegalStateException if the version is not a valid transaction 
log key version
-     */
-    public static String readTxnRecordKey(ByteBuffer buffer) {

Review Comment:
   nice cleanup! we missed this in #21405



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