dajac commented on code in PR #17694:
URL: https://github.com/apache/kafka/pull/17694#discussion_r1831140509


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java:
##########
@@ -15086,6 +15087,63 @@ public void testShareGroupDescribeOnConsumerGroup() {
         assertEquals(expected, actual);
     }
 
+    @Test
+    public void testReplayConsumerGroupRegularExpression() {
+        GroupMetadataManagerTestContext context = new 
GroupMetadataManagerTestContext.Builder()
+            .build();
+
+        ResolvedRegularExpression regex = new ResolvedRegularExpression(

Review Comment:
   You're picky :).



-- 
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]

Reply via email to