dajac commented on code in PR #17694:
URL: https://github.com/apache/kafka/pull/17694#discussion_r1830623367
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorRecordHelpers.java:
##########
@@ -408,6 +411,61 @@ public static CoordinatorRecord
newConsumerGroupCurrentAssignmentTombstoneRecord
);
}
+ /**
+ * Creates a ConsumerGroupRegularExpression record.
+ *
+ * @param groupId The consumer group id.
+ * @param regex The regular expression.
+ * @param metadata The metadata associated with the regular expression.
+ * @return The record.
+ */
+ public static CoordinatorRecord newConsumerGroupRegularExpressionRecord(
+ String groupId,
+ String regex,
+ ResolvedRegularExpression metadata
Review Comment:
Agreed. I renamed it to `resolvedRegularExpression`.
--
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]