[
https://issues.apache.org/jira/browse/FLINK-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15135749#comment-15135749
]
ASF GitHub Bot commented on FLINK-3341:
---------------------------------------
GitHub user rmetzger opened a pull request:
https://github.com/apache/flink/pull/1597
[FLINK-3341] Make 'auto.offset.reset' compatible with Kafka 0.8 and 0.9
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmetzger/flink flink3341
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1597.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 #1597
----
commit 5c7d6a4a0df015073c4e9e21d2d3f597631ffba0
Author: Robert Metzger <[email protected]>
Date: 2016-02-06T12:27:06Z
[FLINK-3341] Make 'auto.offset.reset' compatible with Kafka 0.8 and 0.9
----
> Kafka connector's 'auto.offset.reset' inconsistent with Kafka
> -------------------------------------------------------------
>
> Key: FLINK-3341
> URL: https://issues.apache.org/jira/browse/FLINK-3341
> Project: Flink
> Issue Type: Bug
> Reporter: Shikhar Bhushan
> Assignee: Robert Metzger
> Priority: Minor
>
> Kafka docs talk of valid "auto.offset.reset" values being "smallest" or
> "largest"
> https://kafka.apache.org/08/configuration.html
> The {{LegacyFetcher}} looks for "latest" and otherwise defaults to "smallest"
> cc [~rmetzger]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)