yjshen opened a new pull request #10875: [FLINK-15089][connectors]Pulsar sink
URL: https://github.com/apache/flink/pull/10875
 
 
   ## What is the purpose of the change
   
   This PR implements Pulsar sink which is part of FLIP-72, and based on #10455 
.
   
   ## Brief change log
   
     - `FlinkPulsarSinkBase` for the common structure of a sink which supports 
at-least-once sink.
     -  `FlinkPulsarRowSink` for row sink and `FlinkPulsarSink` for POJO sink.
     - `CachedPulsarClient` to enable share PulsarClient among tasks in the 
same JVM. PulsarClient holds all the resources that talks to Pulsar and could 
be shared by multiple producers.
   
   ## Verifying this change
   
   This change is already covered by existing tests, `FlinkPulsarSinkTest`
   
   ## Does this pull request potentially affect one of the following parts:
   
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (yes )
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / no)
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to