Commit c529951
committed
KAFKA-19929: Fix polling delay for share consumer in record-limit mode (#21007)
In record-limit mode, the share consume request manager was varying the
time to wait between polls depending on whether there might be more
requests to send in the future. However, this was based on a mistaken
understanding of how the polling logic works.
Reviewers: Lianet Magrans <lmagrans@confluent.io>1 parent 9ced615 commit c529951
File tree
1 file changed
+0
-9
lines changed- clients/src/main/java/org/apache/kafka/clients/consumer/internals
1 file changed
+0
-9
lines changedLines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
772 | | - | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | 772 | | |
782 | 773 | | |
783 | 774 | | |
| |||
0 commit comments