tsturzl commented on issue #10483:
URL: https://github.com/apache/pulsar/issues/10483#issuecomment-2008348269

   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
   
   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

Reply via email to