squah-confluent commented on code in PR #18750:
URL: https://github.com/apache/kafka/pull/18750#discussion_r1935734525


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupCoordinatorConfigTest.java:
##########
@@ -44,6 +44,19 @@ public class GroupCoordinatorConfigTest {
             GroupCoordinatorConfig.CONSUMER_GROUP_CONFIG_DEF,
             GroupCoordinatorConfig.SHARE_GROUP_CONFIG_DEF);
 
+    @Test
+    public void testConsumerGroupAssignorsDefault() {
+        // The full class name of the assignors if part of our public api. 
Hence,

Review Comment:
   ```suggestion
           // The full class name of the assignors is part of our public api. 
Hence,
   ```
   There's a small typo here



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to