bardock opened a new issue #2013: Unable to consume messages from a partition URL: https://github.com/apache/incubator-pulsar/issues/2013 We have several shared subscriptions of partitioned topics and we found some cases where a subscription's clients are not receiving messages from a specific partition. If we restart the clients, messages are delivered, the lag is consumed, but a few minutes later the problem with the same partition comes up again. If we restart the broker that contains the failing partition, the partition is realocated in another broker but the problem persists. The only workaround that we found was to recreate the subscription (disconnect clients, `pulsar-admin persistent unsubscribe` and reconnect) and then move subscription some minutes back to avoid loosing messages. Did you come up with this problem before? Is there any permanent solution? Thanks! #### System configuration **Pulsar version (brokers)**: 1.20.0 **Pulsar clients version**: 1.22.0
---------------------------------------------------------------- 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
