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 2022/06/17 07:03:22 UTC

[GitHub] [pulsar-client-go] GPrabhudas opened a new issue, #781: Seek By time on subscription for partitioned topic

GPrabhudas opened a new issue, #781:
URL: https://github.com/apache/pulsar-client-go/issues/781

   **Is your feature request related to a problem? Please describe.**
   Java client allows to seek by time on subscriptions for Partitioned topic. Expecting similar functionality in go client as well.
   
   **Describe the solution you'd like**
   Like how java client does [seek by time]( https://github.com/apache/pulsar/blob/master/pulsar-client/src/main/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImpl.java#L758), [seek by time async](https://github.com/apache/pulsar/blob/d5cfc9dc41d35d5c2d30ca16c3e8630ae63ac8c1/pulsar-client/src/main/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImpl.java#L803) on every partition of topic, we can implement similar changes in go client.
   


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-go] merlimat closed issue #781: Seek By time on subscription for partitioned topic

Posted by GitBox <gi...@apache.org>.
merlimat closed issue #781: Seek By time on subscription for partitioned topic
URL: https://github.com/apache/pulsar-client-go/issues/781


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-go] GPrabhudas closed issue #781: Seek By time on subscription for partitioned topic

Posted by GitBox <gi...@apache.org>.
GPrabhudas closed issue #781: Seek By time on subscription for partitioned topic
URL: https://github.com/apache/pulsar-client-go/issues/781


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org