[GitHub] flink pull request #3036: [FLINK-5368] Log msg if kafka topic doesn't have a...

2017-01-06 Thread HungUnicorn
Github user HungUnicorn commented on a diff in the pull request: https://github.com/apache/flink/pull/3036#discussion_r94943539 --- Diff: flink-connectors/flink-connector-kafka-0.9/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumer09.java --- @@ -208,13

[GitHub] flink pull request #3036: [FLINK-5368] Throw exception if kafka topic doesn'...

2016-12-27 Thread HungUnicorn
GitHub user HungUnicorn reopened a pull request: https://github.com/apache/flink/pull/3036 [FLINK-5368] Throw exception if kafka topic doesn't exist As a developer when reading data from many topics, I want Kafka consumer to show something if any topic is not avai

[GitHub] flink pull request #3036: [FLINK-5368] Throw exception if kafka topic doesn'...

2016-12-27 Thread HungUnicorn
Github user HungUnicorn closed the pull request at: https://github.com/apache/flink/pull/3036 --- 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

[GitHub] flink pull request #3036: [FLINK-5368] Throw exception if kafka topic doesn'...

2016-12-27 Thread HungUnicorn
Github user HungUnicorn commented on a diff in the pull request: https://github.com/apache/flink/pull/3036#discussion_r93916373 --- Diff: flink-connectors/flink-connector-kafka-0.9/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumer09.java --- @@ -208,13

[GitHub] flink pull request #3036: [FLINK-5368] Throw exception if kafka topic doesn'...

2016-12-21 Thread HungUnicorn
GitHub user HungUnicorn opened a pull request: https://github.com/apache/flink/pull/3036 [FLINK-5368] Throw exception if kafka topic doesn't exist As a developer when reading data from many topics, I want Kafka consumer to show something if any topic is not available.

[GitHub] flink issue #1962: [FLINK-3857][Streaming Connectors]Add reconnect attempt t...

2016-08-25 Thread HungUnicorn
Github user HungUnicorn commented on the issue: https://github.com/apache/flink/pull/1962 Using the sniffing feature of transport client can achieve this. The client will connect to all existing nodes and the connected list is updated every 5 seconds. It can fit our case because

[GitHub] flink pull request: [FLINK-2558] Add Streaming Connector for Elast...

2016-03-04 Thread HungUnicorn
Github user HungUnicorn commented on a diff in the pull request: https://github.com/apache/flink/pull/1040#discussion_r55013666 --- Diff: flink-staging/flink-streaming/flink-streaming-connectors/flink-connector-elasticsearch/src/main/java/org/apache/flink/streaming/connectors