GitHub user hangc0276 opened a pull request: https://github.com/apache/flume/pull/93
DEFAULT_AUTO_OFFSET_RESET should be "latest" according to official do⦠In the official document, the default value of "kafka.consumer.auto.offset.reset" is "latest", but in the source code, "DEFAULT_AUTO_OFFSET_RESET" is "earliest". You can merge this pull request into a Git repository by running: $ git pull https://github.com/hangc0276/flume trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/93.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 #93 ---- commit 4419ca1fff00b2156c82fff7edd096155211b16e Author: hangc0276 <hangc0...@163.com> Date: 2016-11-25T07:33:10Z DEFAULT_AUTO_OFFSET_RESET should be "latest" according to official document (#1) ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---