You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/11/25 21:14:22 UTC

[GitHub] [pulsar] sijie commented on issue #4077: PIP-34 New subscription type Key_Shared

sijie commented on issue #4077: PIP-34 New subscription type Key_Shared
URL: https://github.com/apache/pulsar/issues/4077#issuecomment-558342703
 
 
   @codelipenghui I added one item to the key_shared subscription - adding the support for a sticky-range reader. The requirement is coming from Flink connector. We need to read a sub-stream (a range) from a given message id. This should be pretty straightforward to add since a reader is an exclusive non-durable subscription. So we can just seek to the provided message id and filter the messages based on the key/value.
   
   @yjshen can chime in for more requirements for Flink connector.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services