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
It looks jocko and http server use the same net.Listener and that means there are two goroutines to do s.ln.Accept(). Maybe some sent kafka messages have been handled by http server and it thinks them are wrong requests?
The text was updated successfully, but these errors were encountered:
https://github.com/travisjeffery/jocko/blob/master/server/server.go#L88-110
It looks jocko and http server use the same net.Listener and that means there are two goroutines to do
s.ln.Accept()
. Maybe some sent kafka messages have been handled by http server and it thinks them are wrong requests?The text was updated successfully, but these errors were encountered: