davsclaus commented on a change in pull request #6093:
URL: https://github.com/apache/camel/pull/6093#discussion_r709007486
##########
File path:
components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
##########
@@ -1784,4 +1786,17 @@ public PollOnError getPollOnError() {
public void setPollOnError(PollOnError pollOnError) {
this.pollOnError = pollOnError;
}
+
+ public Long getCommitTimeoutMs() {
+ return commitTimeoutMs;
+ }
+
+ /**
+ * The maximum amount of time, in miliseconds, that the code will wait for
a synchronous commit to complete
Review comment:
amount is a term more used for currency, so I would just say
The maximum time
Also end the description with a dot, all the others do that. Nit picking ;)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]