Skip to content

Commit

Permalink
Remove unused ConsumerImpl.isTxnMessage (#12472)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcheng10 authored Oct 25, 2021
1 parent b1ef8be commit 464a9cd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1239,10 +1239,6 @@ private void tryTriggerListener() {
}
}

private boolean isTxnMessage(MessageMetadata messageMetadata) {
return messageMetadata.hasTxnidMostBits() && messageMetadata.hasTxnidLeastBits();
}

private ByteBuf processMessageChunk(ByteBuf compressedPayload, MessageMetadata msgMetadata, MessageIdImpl msgId,
MessageIdData messageId, ClientCnx cnx) {

Expand Down

0 comments on commit 464a9cd

Please sign in to comment.