sjwiesman edited a comment on issue #11618: [FLINK-6258] Deprecate 
ListCheckpointed interface
URL: https://github.com/apache/flink/pull/11618#issuecomment-607946564
 
 
   @aljoscha this looks good to me. You could replace the usage in the pubsub 
connector my using the same state descriptor as ListCheckpointed. The only 
caveat is `JavaSerializer` is currently package-private so that would also need 
to be changed. Your choice if you want to address that or not. 
   
   ```java
   new ListStateDescriptor<>("_default_", new JavaSerializer<>());
   ```
   
   Also, can you please open a follow-up ticket to update the Chinese 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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to