cmccabe commented on code in PR #14208:
URL: https://github.com/apache/kafka/pull/14208#discussion_r1295069992


##########
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##########
@@ -623,7 +624,14 @@ enum ControllerOperationFlag {
          * even though the cluster really does have metadata. Very few 
operations should
          * use this flag.
          */
-        RUNS_IN_PREMIGRATION
+        RUNS_IN_PREMIGRATION,
+
+        /**
+         * This flag signifies that an event will be completed even if it is 
part of an unfinished transaction.
+         * This is needed for metadata transactions so that external callers 
can add records to a transaction

Review Comment:
   Maybe mention ZK migration records as an example ...



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