GitHub user cckellogg opened a pull request:
https://github.com/apache/flink/pull/6200
[FLINK-9641] [streaming-connectors] Flink pulsar source connector
## What is the purpose of the change
This pull request adds a
[pulsar](https://github.com/apache/incubator-pulsar) source connector which
will enable flink jobs to process messages from pulsar topics.
## Brief change log
- Add a PulsarConsumerSource connector
## Verifying this change
This change adds unit test to verify checkpointing and batch message
acknowledgements.
## 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)`: no
- 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? yes
- If yes, how is the feature documented? JavaDocs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cckellogg/flink flink-pulsar-source-connector
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6200.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 #6200
----
commit b69fb21dc82e7922f7b7e65c94c154d56e442e5e
Author: Chris <chris@...>
Date: 2018-06-20T21:53:06Z
Add a simple pulsar source connector.
commit fb170c435abb2b2e09913a0430d2f73dc1edbbe1
Author: Chris <chris@...>
Date: 2018-06-21T00:03:12Z
Remove metrics class and add max ack batch size.
----
---