Skip to content

Commit 5ccb444

Browse files
committed
minor
1 parent a17217c commit 5ccb444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ public void initTransactions() {
679679
*
680680
* @throws IllegalStateException if no {@code transactional.id} is configured
681681
* @throws org.apache.kafka.common.errors.UnsupportedVersionException if the broker does not
682-
* support transactions (broker version < 0.11.0.0)
682+
* support transactions (i.e. if its version is lower than 0.11.0.0)
683683
* @throws org.apache.kafka.common.errors.TransactionalIdAuthorizationException if the configured
684684
* {@code transactional.id} is unauthorized either for normal transaction writes or 2PC.
685685
* @throws KafkaException if the producer encounters a fatal error or any other unexpected error

0 commit comments

Comments
 (0)