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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
