Closed agriffaut closed 1 year ago
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. Please check if the main branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.
Versions
Logs
logs: CLICK ME
Error detected while describing quotas
Problem Description
For some reason, Kafka 2.8.1 doesn't return a nullable string anymore for DescribeClientQuotasResponse.ErrorMsg on that API (key: 48). When no error occurs, a pointer to an empty string is returned. In the packetDecoder, the getNullableString function reads a 0 in Kafka 2.8.1 rather than -1 in Kafka 2.7.0.
I'll submit a PR to handle this one, but maybe other APIs are impacted too