[improve][cli] Add client side looping in "pulsar-admin topics analyze-backlog" cli to avoid potential HTTP call timeout - #25126
Merged
lhotari merged 22 commits intoApr 27, 2026
Conversation
lhotari
reviewed
Jan 20, 2026
15 tasks
Contributor
Author
Member
|
@oneby-wang #25127 has been merged |
oneby-wang
force-pushed
the
pulsar_cli_client_side_analyze_backlog
branch
from
February 6, 2026 11:56
b48e0eb to
83bdbf1
Compare
lhotari
reviewed
Feb 6, 2026
oneby-wang
force-pushed
the
pulsar_cli_client_side_analyze_backlog
branch
3 times, most recently
from
February 25, 2026 14:05
425e8bf to
941b50c
Compare
oneby-wang
force-pushed
the
pulsar_cli_client_side_analyze_backlog
branch
from
March 28, 2026 03:58
717742a to
91001d3
Compare
oneby-wang
force-pushed
the
pulsar_cli_client_side_analyze_backlog
branch
from
April 4, 2026 12:00
91001d3 to
2456a05
Compare
Contributor
Author
|
Hi @lhotari, could you please help review this refactored PR? |
Closed
2 tasks
lhotari
reviewed
Apr 21, 2026
lhotari
reviewed
Apr 21, 2026
lhotari
reviewed
Apr 21, 2026
Member
|
Thanks for the contribution @oneby-wang |
poorbarcode
pushed a commit
to poorbarcode/pulsar
that referenced
this pull request
May 6, 2026
…e-backlog" cli to avoid potential HTTP call timeout (apache#25126)
Technoboy-
pushed a commit
that referenced
this pull request
May 11, 2026
…e-backlog" cli to avoid potential HTTP call timeout (#25126)
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.
Fixes #25537
Motivation
Use client-side looping instead of increasing broker settings to avoid potential HTTP call timeout in "pulsar-admin topics analyze-backlog" cli.
Modifications
Add client-side looping, add test.
Verifying this change
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: oneby-wang#21