[server] FetchLogRequest support params: minFetchBytes and maxWaitMs to avoid frequently FetchLogRequest send to server#233
Merged
Conversation
dac408f to
7e9a002
Compare
2 tasks
wuchong
reviewed
Dec 29, 2024
a9bb612 to
ec71d91
Compare
Contributor
Author
|
@wuchong comments addressed. |
ec71d91 to
08b7018
Compare
…to avoid frequently FetchLogRequest send to server
08b7018 to
2c4ef5d
Compare
Contributor
Author
|
@wuchong conflict resolved, pr ready. |
wuchong
approved these changes
Jan 5, 2025
wuchong
left a comment
Member
There was a problem hiding this comment.
LGTM. I added a commit to improve the config option keys.
Member
|
CI is passed, Merging... Please check the commit afterward @swuferhong |
2 tasks
ZmmBigdata
pushed a commit
to ZmmBigdata/fluss
that referenced
this pull request
Jun 20, 2025
…pache#233) This can reduce a lot of frequent FetchLogRequest when the traffic of a topic is very low. This closes apache#199
Ugbot
pushed a commit
to Ugbot/fluss
that referenced
this pull request
Apr 26, 2026
…pache#233) This can reduce a lot of frequent FetchLogRequest when the traffic of a topic is very low. This closes apache#199
fresh-borzoni
pushed a commit
to fresh-borzoni/fluss
that referenced
this pull request
Jul 3, 2026
fresh-borzoni
pushed a commit
that referenced
this pull request
Jul 4, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Linked issue: #199
This pr is aims to deal with the problem mention in #199 (Client/Follower fetch a empty table, the response will be returned quickly, and immediately, it'll send fetch request again and again)
Tests
API and Format
Documentation