lianetm opened a new pull request, #16125:
URL: https://github.com/apache/kafka/pull/16125

   Fix to ensure that a sensible error message is shown in TimeoutExceptions 
that may be thrown in offsetsForTimes, beginningOffsets and endOffsets, 
consistent with the message that the legacy consumer throws in these cases.
    
   Before this fix, those functions timeout would throw a 
org.apache.kafka.common.errors.TimeoutException with message 
"java.util.concurrent.TimeoutException". This PR ensures a clear message is 
included (same message used by the LegacyKafkaConsumer)


-- 
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