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
When a Kafka client sends a produce request with acks=0, the broker skips sending a response. But the proxy's forwardToBackend always calls ReadFrame after writing, so it blocks forever waiting for bytes that never arrive. The connection hangs.