polyzos commented on issue #11273: URL: https://github.com/apache/pulsar/issues/11273#issuecomment-877012358
@merlimat how is Topic Termination defined? For example i sent 40k messages in a compacted topic. I'm reading all the messages. the **hasMessageAvailable()** method on the reader will return false when all the messages are consumer, but the **hasReachedEndOfTopic()** method will never return true. So what is the condition that needs to be met in order for a topic to be considered **terminated**? -- 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]
