Skip to content

OffsetCommitRequest not supported by Kafka server #118

Closed
@dpkp

Description

@dpkp

The OffsetCommitRequest API is currently only available in Kafka server development branch (i.e., build from source). It is not supported in 0.8.0 or earlier.

Kafka-python should try to handle this more gracefully. Perhaps make the default auto_commit=False in Consumer while 0.8.1 remains unreleased? Try/catch the OffsetCommitRequest request ?

Is there a way to get the server version via the API (I only see api versioning)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions