zubchenok opened a new issue #2298: Wait for consumer “creation” to be completed before start delivering URL: https://github.com/apache/incubator-pulsar/issues/2298 In Java client if you create a consumer in async way and set MessageListener, in rare cases MessageListener will be called before you get a callback about created consumer. It isn't intuitively expected. I suggest to wait until the consumer's callback is called before starting deliver messages via listener callback. **Pulsar version**: 1.22.1
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
