jack2012aa commented on code in PR #21758:
URL: https://github.com/apache/kafka/pull/21758#discussion_r2943863717
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupConfigManagerTest.java:
##########
@@ -115,6 +115,21 @@ public void testClampWithCustomBrokerBounds() {
assertEquals(49000,
configManager.groupConfig(groupId).get().getInt(CONSUMER_SESSION_TIMEOUT_MS_CONFIG));
}
+ @Test
+ public void testGroupIsRemovedWhenDynamicConfigsAreRemoved() {
Review Comment:
The current DynamicConfigTest is written in Scala so I created a new Java
version. I will migrate tests in the Scala version in another patch.
--
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]