Closed
Description
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)?