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
I've been observing this myself. AFAICT it's generally harmless - the broker appears to close the connection, which causes the GenServer to crash and restart. Arguably this is what should happen idiomatically for the Erlang VM as we would "fail fast" and not try to recover any potentially bad state due to the closed connection. It may be appropriate for it to not emit an error log, however. I'll be thinking about this.
This is happening periodically on what looks like a regular interval. I'm using master at https://github.com/kafkaex/kafka_ex/tree/c93ce47472bff36c41b7c2fa3920449ca342ef8f
It's not latest, but a brief inspection of latest doesn't look to be handling the message either?
The text was updated successfully, but these errors were encountered: