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


##########
core/src/main/scala/kafka/server/ReplicaManager.scala:
##########
@@ -744,6 +751,8 @@ class ReplicaManager(val config: KafkaConfig,
         }
 
         // map not yet verified partitions to a request object
+        // Since verification occurs on produce requests only, and each 
produce request has one batch per partition, we know the producer ID is 
transactional

Review Comment:
   I mention this flaw in the PR description, but as discussed offline, will 
close the gap



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