You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start a process that polls a topic for messages. If you display debug emitters, you should see a message kafka.on debug: no data - reentering poll every few seconds.
Push some messages to topic and ensure the poller responds as expected.
Stop and restart kafka.
The poller goes quiet. No more kafka.on debug: no data - reentering poll messages and no indication that it will return from the spiral of death.
The text was updated successfully, but these errors were encountered:
FYI - here is some more info that might help debug this issue:
kafka.on debug: no data - reentering poll
socket end
socket close
socket end
socket close
I am hoping to either see it re-establish the connection and re-enter poll if possible. If not, then throwing an error or exiting would be a decent option as I have pm2 auto restarting the process.
Steps to reproduce:
debug
emitters, you should see a messagekafka.on debug: no data - reentering poll
every few seconds.kafka.on debug: no data - reentering poll
messages and no indication that it will return from the spiral of death.The text was updated successfully, but these errors were encountered: