tsturzl commented on issue #11877: URL: https://github.com/apache/pulsar/issues/11877#issuecomment-2008328330
This is still an issue, also the work around fails for me as the reader eventually fails when it reaches the end of the topic. I publish a message on a topic, I start a reader with latest or earliest and startMessageIdInclusive on. I read the first message, I get the message I expect, but then on the next read I get the following. ``` 2024-03-19 17:14:36:409% [pulsar-client-io-1-5] ERROR org.apache.pulsar.client.impl.ConsumerImpl - [non-persistent://public/testing/new.topic][subscription-1234567890--reader-60269af7b2] Failed getLastMessageId command com.toro.trc.rpc.TRpcException: The subscription subscription-1234567890-reader-60269af7b2 of the topic non-persistent://public/testing/new.topic gets the last message id was failed ``` -- 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-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org