Skip to content

bug: proxy hangs on acks=0 produce requests #122

@klaudworks

Description

@klaudworks

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions