jolshan commented on code in PR #19250: URL: https://github.com/apache/kafka/pull/19250#discussion_r2006572583
########## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ########## @@ -636,8 +632,6 @@ private TransactionManager configureTransactionState(ProducerConfig config, * initialized, this method should no longer be used. * * @throws IllegalStateException if no {@code transactional.id} has been configured - * @throws org.apache.kafka.common.errors.UnsupportedVersionException fatal error indicating the broker Review Comment: Yeah I think 1 makes sense to leave a possibility for a more specific error than KafkaException. When we complete KIP-1050 we will have error classes so maybe this is less important though. -- 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