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
Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.
Sarama
Kafka
Go
3.8
2.3.1
1.19.4
Configuration
What configuration values are you using for Sarama and Kafka?
Logs
EOF
Problem Description
When requesting for consumer groups on a kafka cluster with version 2.3.1, sarama systematically returns an error (EOF). On the server side I see those errors :
Exception while processing request from <MASKED> (kafka.network.Processor)
org.apache.kafka.common.errors.InvalidRequestException: Error getting request for apiKey: DESCRIBE_GROUPS, apiVersion: 4, connectionId: <MASKED> listenerName: ListenerName(SASL_SSL), principal: User:<MASKED>
Caused by: java.lang.IllegalArgumentException: Invalid version for API key DESCRIBE_GROUPS: 4
at org.apache.kafka.common.protocol.ApiKeys.schemaFor(ApiKeys.java:319)
Sarama tries to use version 4 of DESCRIBE_GROUPS if the version of the server is >= to 2.3.0
Versions
Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.
Configuration
What configuration values are you using for Sarama and Kafka?
Logs
Problem Description
When requesting for consumer groups on a kafka cluster with version 2.3.1, sarama systematically returns an error (EOF). On the server side I see those errors :
Sarama tries to use version 4 of DESCRIBE_GROUPS if the version of the server is >= to 2.3.0
I think this version 4 has been introduced by KIP-345 and is only available from version 2.4.0
The text was updated successfully, but these errors were encountered: