Closed rliang closed 8 months ago
@tisonkun I can vouch for this issue:
I don't have the permission to handle this repo traffic now, sorry.
This PR lgtm, and i will merge it once the checks all passes.
@tisonkun just wanna to check with you if you are willing to continue work on this repo? if yes, sijie could grant the permissions to you so you could continue to work on this repo when you have time. thanks.
Currently, consumers can enter an infinite error logging loop when Pulsar goes down (even if it goes back up).
The cause seems to be that, when registering an event source, the send loop never exits, even if the event sink is disconnected. This patch fixes it.