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
recently, i use v0.20 to kafka_2.11-0.10.2.1, when _fetch_api_versions, it retrun 35(UNSUPPORTED_VERSION), so i try V3 to V0 here, and V3 to V1 all return 35, but v0 return close, i check the server log and i saw Error reading field 'client_id': java.nio.BufferUnderflowException. then, i change > to >=here and server return the right 'api version response‘.
i was confused in two ponit here:
1.why fix the api_version for request to API_VERSION_V1here@zz123er ?
2.why not the adjiust API_VERSION_V0 here@zz123er ?
The text was updated successfully, but these errors were encountered:
recently, i use v0.20 to kafka_2.11-0.10.2.1, when
_fetch_api_versions
, it retrun 35(UNSUPPORTED_VERSION
), so i try V3 to V0 here, and V3 to V1 all return 35, but v0 returnclose
, i check the server log and i sawError reading field 'client_id': java.nio.BufferUnderflowException
. then, i change>
to>=
here and server return the right 'api version response‘.i was confused in two ponit here:
1.why fix the
api_version
for request toAPI_VERSION_V1
here @zz123er ?2.why not the adjiust API_VERSION_V0 here @zz123er ?
The text was updated successfully, but these errors were encountered: