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