nodece commented on issue #25146: URL: https://github.com/apache/pulsar/issues/25146#issuecomment-3771973336
This is a different issue. I'm aware of the Key_Shared bug. From the stats, we can see that there is only one subscription using Key_Shared. Since we do not collect per-partition stats, the available evidence is limited. However, an interesting observation is that restarting the broker does not resolve the issue. Based on this, we suspect this is actually a client-side problem: the broker never notified this consumer (e.g. via a close notification), so the consumer still considers itself healthy and therefore does not trigger a resubscription. -- 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]
