This is an automated email from the ASF dual-hosted git repository. onders pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new d9c21be Thanks @mikadev #2462 d9c21be is described below commit d9c21be225897cc6e78af7b8455ddb8aa0661649 Author: önder sezgin <ond...@apache.org> AuthorDate: Mon Aug 13 14:56:52 2018 +0300 Thanks @mikadev #2462 this closes #2462 --- .../java/org/apache/camel/component/kafka/KafkaConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 6576fd7..e58caee 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 @@ -724,8 +724,8 @@ public class KafkaConfiguration implements Cloneable, HeaderFilterStrategyAware /** * What to do when there is no initial offset in ZooKeeper or if an offset is out of range: - * smallest : automatically reset the offset to the smallest offset - * largest : automatically reset the offset to the largest offset + * earliest : automatically reset the offset to the earliest offset + * latest : automatically reset the offset to the latest offset * fail: throw exception to the consumer */ public void setAutoOffsetReset(String autoOffsetReset) {