-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve slow consume records operation (#1212)
- Skip consumer assignments for topic partitions with no data - Skip consumer assignments that seek beyond the end of the assigned topic partition - Limit consumer poll time to 100ms per request to poll the consumer - Make total time polling via the endpoint configurable, default 5s - Fix NPE in multi-format de-serializer Signed-off-by: Michael Edgar <[email protected]>
- Loading branch information
Showing
2 changed files
with
73 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters