jolshan commented on code in PR #14985:
URL: https://github.com/apache/kafka/pull/14985#discussion_r1433436213


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinator.java:
##########
@@ -266,6 +267,28 @@ CompletableFuture<OffsetDeleteResponseData> deleteOffsets(
         BufferSupplier bufferSupplier
     );
 
+    /**
+     * Complete a transaction. This is called when the WriteTxnMarkers API is 
called

Review Comment:
   Is it worth specifying here that we call this for transactional offset 
commits on consumer offsets topics?



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