File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
clients/src/main/java/org/apache/kafka/clients/producer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ public void initTransactions() {
679
679
*
680
680
* @throws IllegalStateException if no {@code transactional.id} is configured
681
681
* @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)
683
683
* @throws org.apache.kafka.common.errors.TransactionalIdAuthorizationException if the configured
684
684
* {@code transactional.id} is unauthorized either for normal transaction writes or 2PC.
685
685
* @throws KafkaException if the producer encounters a fatal error or any other unexpected error
You can’t perform that action at this time.
0 commit comments