You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
can not consume all messages if the topic has lots of partitions(>1000).
this issue may be related to #318
To Reproduce
Steps to reproduce the behavior:
Expected behavior
LAG is 0 for all partitions.
Screenshots
![image](https://user-images.githubusercontent.com/18047329/105793225-b7b0a280-5fc3-11eb-9782-fa1164423427.png)
The text was updated successfully, but these errors were encountered: