[
https://issues.apache.org/jira/browse/FLINK-8276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16294766#comment-16294766
]
ASF GitHub Bot commented on FLINK-8276:
---------------------------------------
GitHub user zhangminglei opened a pull request:
https://github.com/apache/flink/pull/5173
[FLINK-8276] [kafka connector] Properly annotate API for kafka connector
## What is the purpose of the change
This PR is mainly for annotate elasticsearch connector API by means of
@Public / @PublicEvolving / @Internal.
## Brief change log
- All src folder classes under ```flink-connector-kafka-0.8```,
```flink-connector-kafka-0.9```, ```flink-connector-kafka-0.10``` and
```flink-connector-kafka-0.11```, ```flink-connector-kafka-base``` are marked
those annotations.
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (yes)
- The serializers: (no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
- The S3 file system connector: (no)
## Documentation
- Does this pull request introduce a new feature? (no)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhangminglei/flink flink-8276
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5173.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 #5173
----
commit 6edc839c1b0e7c218ca7c8171d50b54aaa6e26c9
Author: zhangminglei <[email protected]>
Date: 2017-12-18T10:21:46Z
[FLINK-8276] [kafka connector] Properly annotate API for kafka connector
----
> Annotation for Kafka connector
> ------------------------------
>
> Key: FLINK-8276
> URL: https://issues.apache.org/jira/browse/FLINK-8276
> Project: Flink
> Issue Type: Sub-task
> Components: Streaming Connectors
> Reporter: mingleizhang
> Assignee: mingleizhang
> Fix For: 1.5.0
>
>
> See parent issue.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)