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/05/20 05:54:42 UTC

[GitHub] [flink] deadwind4 opened a new pull request, #19774: [FLINK-27711][python][connector/pulsar] Align setTopicPattern for Pulsar Connector

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

   ## What is the purpose of the change
   
   set_topics_pattern is a typo, so I update set_topics_pattern to set_topic_pattern in pulsar.py
   
   ## Brief change log
   
     - *Add set_topic_pattern method in pulsar.py*
     - *set set_topics_pattern deprecated*
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   
     - *Added test that validates set_topic_pattern*
     - *Added test that validates set_topics_pattern is deprecated *
   
   ## 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, Kubernetes/Yarn, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (PyDocs)
   


-- 
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] dianfu closed pull request #19774: [FLINK-27711][python][connector/pulsar] Align setTopicPattern for Pulsar Connector

Posted by GitBox <gi...@apache.org>.
dianfu closed pull request #19774: [FLINK-27711][python][connector/pulsar] Align setTopicPattern for Pulsar Connector
URL: https://github.com/apache/flink/pull/19774


-- 
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] deadwind4 commented on pull request #19774: [FLINK-27711][python][connector/pulsar] Align setTopicPattern for Pulsar Connector

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

   I will update the doc in this ticket https://issues.apache.org/jira/browse/FLINK-27690


-- 
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 #19774: [FLINK-27711][python][connector/pulsar] Align setTopicPattern for Pulsar Connector

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9071427ed48c3e005d42d64318945fa6a44f6eb0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9071427ed48c3e005d42d64318945fa6a44f6eb0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9071427ed48c3e005d42d64318945fa6a44f6eb0 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


[GitHub] [flink] deadwind4 commented on pull request #19774: [FLINK-27711][python][connector/pulsar] Align setTopicPattern for Pulsar Connector

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

   @flinkbot run azure


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