aljoscha opened a new pull request #11618: [FLINK-6258] Deprecate 
ListCheckpointed interface
URL: https://github.com/apache/flink/pull/11618
 
 
   This also updates the documentation and changes usage in our code to
   CheckpointedFunction.
   
   The Google PubSub source unfortunately also uses ListCheckpointed but
   here we cannot migrate to CheckpointedFunction because of savepoint
   compatibility.
   ## Brief change log
    
    - add `@deprecated` annotation, pointing to `CheckpointedFunction` as the 
replacement
    - migrate documentation and examples and internal usage
    - there is one usage left in the GCP PubSub connector, we cannot change 
that because of savepoint compatibility
   
   ## Verifying this change
   
    - this change some tests to use `CheckpointedFunction` instead of 
`ListCheckpointed`
   
   ## 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)`: `ListCheckpointed` is `@PublicEvolving`
     - 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/Mesos, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
   Documentation is updated to remove mentions of ListCheckpointed.
   
   cc @knaufk  @sjwiesman  @alpinegizmo @NicoK (it's probably good for you to 
be aware of this). Could one of you maybe give me a review?

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


With regards,
Apache Git Services

Reply via email to