Shekharrajak commented on code in PR #22357:
URL: https://github.com/apache/kafka/pull/22357#discussion_r3430630075
##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/ShareConsumerTransactionTest.java:
##########
@@ -563,6 +574,7 @@ public void
testTransactionalShareAckAbortAfterSourceLeaderFailoverWithPendingSt
transactionalProducer.abortTransaction();
+ verifyLatestShareStateDeliveryState(groupId,
topicIdPartition, 0L, RecordState.AVAILABLE);
Review Comment:
After source leader failover and abortTransaction(), the persisted share
state is AVAILABLE.
--
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]