This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 13b9c0abeb07f56a5a1bc692f20b3a6a88382d27 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Sep 12 12:51:56 2022 +0200 (chores) camel-kafka: ad-hoc formatting fix --- .../camel/component/kafka/KafkaConfiguration.java | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java index e1544b54008..7554e28d0bf 100644 --- a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java +++ b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java @@ -1016,8 +1016,8 @@ public class KafkaConfiguration implements Cloneable, HeaderFilterStrategyAware * A list of rules for mapping from principal names to short names (typically operating system usernames). The rules * are evaluated in order and the first rule that matches a principal name is used to map it to a short name. Any * later rules in the list are ignored. By default, principal names of the form {username}/{hostname}@{REALM} are - * mapped to {username}. For more details on the format please see the security authorization and acls - * documentation (at the Apache Kafka project). + * mapped to {username}. For more details on the format please see the security authorization and acls documentation + * (at the Apache Kafka project). * <p/> * Multiple values can be separated by comma */ @@ -1381,14 +1381,12 @@ public class KafkaConfiguration implements Cloneable, HeaderFilterStrategyAware } /** - * The configuration controls how long the KafkaProducer's send(), partitionsFor(), - * initTransactions(), sendOffsetsToTransaction(), commitTransaction() - * and abortTransaction() methods will block. - * For send() this timeout bounds the total time waiting for both metadata fetch and buffer allocation - * (blocking in the user-supplied serializers or partitioner is not counted against this timeout). - * For partitionsFor() this timeout bounds the time spent waiting for metadata if it is unavailable. - * The transaction-related methods always block, but may timeout if - * the transaction coordinator could not be discovered or did not respond within the timeout. + * The configuration controls how long the KafkaProducer's send(), partitionsFor(), initTransactions(), + * sendOffsetsToTransaction(), commitTransaction() and abortTransaction() methods will block. For send() this + * timeout bounds the total time waiting for both metadata fetch and buffer allocation (blocking in the + * user-supplied serializers or partitioner is not counted against this timeout). For partitionsFor() this timeout + * bounds the time spent waiting for metadata if it is unavailable. The transaction-related methods always block, + * but may timeout if the transaction coordinator could not be discovered or did not respond within the timeout. */ public void setMaxBlockMs(Integer maxBlockMs) { this.maxBlockMs = maxBlockMs;
