lianetm commented on PR #18101:
URL: https://github.com/apache/kafka/pull/18101#issuecomment-2542103394

   Just to answer @AndrewJSchofield's comment 
https://github.com/apache/kafka/pull/18101#issuecomment-2539728469 ,  you got 
it right, we basically have 2 paths to get the Unsupported: 
   1. generated on the client when building the request if the broker does not 
support the API or version required => HB managers get a client response object 
with exception
   2. generated on the broker (API supported but not enabled) => HB managers 
get client response with ErrorCode
   
   For the KafkaConsumer we can have the 2 paths now but Share will always go 
down 1 as you described until the API becomes stable. 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to