JiayaoS commented on code in PR #23492:
URL: https://github.com/apache/kafka/pull/23492#discussion_r4041206095
##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/StreamsUpgradeTestIntegrationTest.java:
##########
@@ -60,6 +61,7 @@ public static void closeCluster() {
@Test
public void testVersionProbingUpgrade() throws InterruptedException {
+ final CloseOptions leave =
CloseOptions.groupMembershipOperation(LEAVE_GROUP);
Review Comment:
Thanks! Added the comment to explain why LEAVE_GROUP is used instead of the
default close policy.
--
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]