You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/21 22:27:00 UTC

[jira] [Commented] (FLINK-9641) Pulsar Source Connector

    [ https://issues.apache.org/jira/browse/FLINK-9641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519815#comment-16519815 ] 

ASF GitHub Bot commented on FLINK-9641:
---------------------------------------

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 <ch...@...>
Date:   2018-06-20T21:53:06Z

    Add a simple pulsar source connector.

commit fb170c435abb2b2e09913a0430d2f73dc1edbbe1
Author: Chris <ch...@...>
Date:   2018-06-21T00:03:12Z

    Remove metrics class and add max ack batch size.

----


> Pulsar Source Connector
> -----------------------
>
>                 Key: FLINK-9641
>                 URL: https://issues.apache.org/jira/browse/FLINK-9641
>             Project: Flink
>          Issue Type: New Feature
>          Components: Streaming Connectors
>            Reporter: Chris Kellogg
>            Priority: Minor
>              Labels: pull-request-available
>
> Pulsar (https://github.com/apache/incubator-pulsar) is a distributed pub-sub messaging system currently in apache incubation. It is a very active project and there are committers from various companies and good adoption. This pr will add a source function to allow Flink jobs to process messages from Pulsar topics.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)