We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api_version=auto
Current auto setting for api_version is supposed to discover the Kafka server version.
auto
api_version
Unfortunately it only supports for Kafka 0.10.X, and will not be helpful for the 1.X, 2.X or even 3.X versions we support.
We probably need to re-implement the function ourselves and had more test_cases.
test_cases
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current
auto
setting forapi_version
is supposed to discover the Kafka server version.Unfortunately it only supports for Kafka 0.10.X, and will not be helpful for the 1.X, 2.X or even 3.X versions we support.
We probably need to re-implement the function ourselves and had more
test_cases
.The text was updated successfully, but these errors were encountered: