Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Under some circumstances, the new group coordinator can return REQUEST_TIMED_OUT errors in response to OFFSET_FETCH requests.
However, the client (ConsumerCoordinator) does not handle this error code and treats it as non-retryable. For compatibility with older clients, we can map REQUEST_TIMED_OUT to NOT_COORDINATOR.
Similar to KAFKA-16386.
Attachments
Issue Links
- is related to
-
KAFKA-17279 Handle retriable errors from offset fetches in ConsumerCoordinator
- Resolved
- links to