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 available.
The motivation is we read many topics as list at one time, and sometimes we
fail to recognize that one or two topics' names have been changed or
deprecated, and Flink Kafka connector didn't show the error.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HungUnicorn/flink master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3036.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 #3036
----
commit b632edead770fd8386a65b6f67c739ad9c280a7c
Author: HungUnicorn <[email protected]>
Date: 2016-12-27T10:37:30Z
[FLINK-5368] log msg if kafka topic doesn't have any partitions
----
---
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.
---