GitHub user soenkeliebau opened a pull request:
https://github.com/apache/kafka/pull/3566
KAFKA-5629: Added a warn message to the output of ConsoleConsumer
when "auto.offset.reset" property is specified on the command line but
overridden by the code during startup. Currently the ConsoleConsumer silently
overrides that setting, which can create confusing behavior.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/soenkeliebau/kafka KAFKA-5629
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3566.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3566
----
commit 6416efd6cd8badf5d13228eae2f126ebf6bf1f99
Author: Soenke Liebau <[email protected]>
Date: 2017-07-24T09:08:28Z
KAFKA-5629: Added a warn message to the output of ConsoleConsumer when
auto.offset.reset property is specified on the command line but overridden by
the code during startup.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---