You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/01 12:14:11 UTC

[GitHub] [flink] syhily opened a new pull request, #20131: [FLINK-28351][Connector/Pulsar] Add dynamic sink topic support for Pulsar

syhily opened a new pull request, #20131:
URL: https://github.com/apache/flink/pull/20131

   ## What is the purpose of the change
   
   Some people would like to use dynamically-generated topics from messages and use the key hash range policy. This is not supported by the Pulsar sink currently. We would introduce a new interface named `TopicExacter` and add a new `setTopics(TopicExacter)` in `PulsarSinkBuilder` for supporting this.
   
   ## Brief change log
   
     - New `TopicExacter` interface.
     - Move common abstraction (`TopicRegister`) for query the topics to sink.
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   
   1. `DynamicTopicRegisterTest`
   
   ## 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, Kubernetes/Yarn, 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? (docs)
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] syhily closed pull request #20131: [FLINK-28351][Connector/Pulsar] Add dynamic sink topic support for Pulsar

Posted by GitBox <gi...@apache.org>.
syhily closed pull request #20131: [FLINK-28351][Connector/Pulsar] Add dynamic sink topic support for Pulsar
URL: https://github.com/apache/flink/pull/20131


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] flinkbot commented on pull request #20131: [FLINK-28351][Connector/Pulsar] Add dynamic sink topic support for Pulsar

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #20131:
URL: https://github.com/apache/flink/pull/20131#issuecomment-1172291312

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1f7092d45e95830c275f743a2c01de4e984a20c0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1f7092d45e95830c275f743a2c01de4e984a20c0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1f7092d45e95830c275f743a2c01de4e984a20c0 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org