chia7712 commented on code in PR #23473:
URL: https://github.com/apache/kafka/pull/23473#discussion_r4023101714
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupCoordinatorConfigTest.java:
##########
@@ -206,29 +190,9 @@ public void
testConsumerGroupAssignorsWithDuplicateNamesFails() {
assertThrows(ConfigException.class, () ->
createConfig(configs)).getMessage());
}
- @Test
- public void testConsumerGroupAssignorsWithReservedBuiltinNameFails() {
Review Comment:
@gabriellefu Would you mind adjusting this test to verify that overriding a
built-in name works?
--
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]