Details
-
Sub-task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
There are several Consumer APIs that only touch the ConsumerMetadata and/or SubscriptionState classes; they do not perform network I/O or otherwise block. These can be implemented without needing RequestManager updates and include the following APIs:
- committed
- currentLag
- metrics
- pause
- paused
- position
- resume
- seek
- seekToBeginning
- seekToEnd
- subscribe
Attachments
Issue Links
- is related to
-
KAFKA-14274 Introduce FetchRequestManager to integrate fetch into new consumer threading refactor
- Resolved