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


   ## What is the purpose of the change
   
   This PR add a new option for PubSub source called :`withoutCheckpoint`, to 
disable checkpoint verification.
   This is useful for  testing, and especially when using [Ververica 
platform](https://www.ververica.com/platform)-> Sql editor (they disable 
checkpointing for preview cluster)
   
   
   ## Brief change log
   
   *(for example:)*
     - new option is added to `PubSubSource` called :`withoutCheckpoint`, to 
disable checkpoint verification.
     - default value is false, meaning current behaviour will remain until 
explicit change to `true`.
     - If value set to `true`, the method `hasNoCheckpointingEnabled` will not 
raise error anymore.
   
   
   ## Verifying this change
   
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## 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: (yes / no / don't know) 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: yes (checkpointing)
     - The S3 file system connector: no
   
     - Does this pull request introduce a new feature? yes, kind of, 
     - If yes, how is the feature documented? not documented (can you help me 
where should I document it)
   


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