[GitHub] flink pull request #2585: [FLINK-4727] [kafka-connector] Set missing initial...

2016-10-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2585 --- 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

[GitHub] flink pull request #2585: [FLINK-4727] [kafka-connector] Set missing initial...

2016-10-12 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/2585#discussion_r83138654 --- Diff: flink-streaming-connectors/flink-connector-kafka-0.9/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/Kafka09Fetcher.java ---

[GitHub] flink pull request #2585: [FLINK-4727] [kafka-connector] Set missing initial...

2016-10-04 Thread tzulitai
GitHub user tzulitai opened a pull request: https://github.com/apache/flink/pull/2585 [FLINK-4727] [kafka-connector] Set missing initial offset states with starting KafkaConsumer position This was fixed for the 0.8 consumer before. This PR adds the behaviour to the 0.9 consumer.