dionjansen opened a new issue #65: URL: https://github.com/apache/pulsar-dotpulsar/issues/65
Both `IConsumer` and `IReader` should expose a `Seek` method to reset the cursor of an existing reader channel (see [java docs](http://pulsar.apache.org/api/client/2.6.0-SNAPSHOT/org/apache/pulsar/client/api/Reader)). I believe this is a matter of: 1. Adding a `Task<CommandSuccess> Send(CommandSeek command, CancellationToken cancellationToken)` to `IReaderChannel` (I believe the `ReaderChannelFactory` actually returns a `ConsumerChannel` instance on create so this should be implemented already) 1. Adding and implementing the `ValueTask Seek(MessageId messageId, CancellationToken cancellationToken)` for `IReader` @blankensteiner I can submit a PR for this if you agree with the suggested implementation. ---------------------------------------------------------------- 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: us...@infra.apache.org