husterliux
Results
2
comments of
husterliux
> In my case I have the consumer in a receive loop: > > ```go > go func() { > for { > msg, err := consumer.ReadMessage(-1) > if err...
> Disconnects are not necessarily a problem, the client will automatically reconnect as needed. Disconnects are typically triggered by broker or load balancer idle connection reapers. Hi, sorry to bother...