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


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/RecordHelpers.java:
##########
@@ -454,6 +454,25 @@ public static Record newGroupMetadataTombstoneRecord(
         );
     }
 
+    /**
+     * Creates a ConsumerGroupMetadata tombstone.
+     *
+     * @param groupId  The group id.
+     * @return The record.
+     */
+    public static Record newConsumerGroupMetadataTombstoneRecord(

Review Comment:
   This is the same as newGroupEpochTombstoneRecord, no?



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