This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix can not consume all message if topics has > 1000 partitions (#354)
fixes #353 1, `responseData` is `LinkedHashMap`, which implementation is not synchronized, therefore `responseValues` should not parallel. 2, `getExecutor schedule` may not process so fast for lots of partitions.
- Loading branch information
1 parent
075f892
commit e44014b
Showing
1 changed file
with
5 additions
and
26 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