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


##########
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##########
@@ -618,7 +618,8 @@ private TransactionManager 
configureTransactionState(ProducerConfig config,
      * @throws org.apache.kafka.common.errors.UnsupportedVersionException 
fatal error indicating the broker
      *         does not support transactions (i.e. if its version is lower 
than 0.11.0.0)
      * @throws org.apache.kafka.common.errors.AuthorizationException fatal 
error indicating that the configured
-     *         transactional.id is not authorized. See the exception for more 
details
+     *         transactional.id is not authorized, or the idempotent producer 
id is unavailable. See the exception for

Review Comment:
   What do we mean by idempotent producer ID is unavailable? Is it that the 
broker is unavailable? And do we return this error if the broker is not 
available?



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