Jason918 commented on issue #12291: URL: https://github.com/apache/pulsar/issues/12291#issuecomment-938301369
In my understanding, for the definition of `startMessageId`, it can be referred to any MessageId. It's not supported fully in MultiTopicsReader, since you can't refer to multi messages with one specific messageId (except 'earliest' and 'latest'). For now, you can use `void seek(Function<String, Object> function)` to reset the read position. -- 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]
