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


##########
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##########
@@ -402,6 +412,30 @@ public synchronized void maybeAddPartition(TopicPartition 
topicPartition) {
         }
     }
 
+    public synchronized void maybeHandlePartitionAdded(TopicPartition 
topicPartition) {

Review Comment:
   For my understanding, this was the previous handling for the add partition 
call, but since add partition is now part of the produce request, we have a 
separate block?
   
   I wonder if we should change some of these error messages to reflect that 
the record was not written either?



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