Open StephenSorriaux opened 2 weeks ago
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
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
.