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

2018-06-21 Thread Chris Kellogg (JIRA)
Chris Kellogg created FLINK-9641:


 Summary: 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


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)


how to build the connectors and examples from the source

2018-06-12 Thread Chris Kellogg
How can one build a connectors jar from the source?

Also, is there a quick way to build the examples from the source without
having to do a mvn clean package -DskipTests?


Thanks.
Chris