brachi-wernick opened a new pull request #16598:
URL: https://github.com/apache/flink/pull/16598


   ## What is the purpose of the change
   
   I want to add Table API Support for GCP PubSub (Source Only for now)
   
   Based on this document:
   
   
https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/sourcessinks/
   
   Users will be able to run Flink SQL on PubSub.
   
   ## Brief change log
   
   *(for example:)*
     - added `PubSubTableSourceFactory` and `PubsubDynamicSource`
     - json format support only 
     - options need to need to be set for the source: projectName and topic.
   
   
   ## Verifying this change
   
   
   This change is already covered by existing tests, such as `PubSubSourceTest`
   
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): yes (Flink 
dependencies with `provided` scope)
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
     - The serializers: don't know
     - The runtime per-record code paths (performance sensitive): don't know
     - 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? kind of
     - If yes, how is the feature documented? hope you can direct me where 
should it be added
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to