-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix][broker] Correct the 'connected' status in topic stats of multi-partition topic for geo replication #23523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
aab604a
cfa9117
83a3375
5c95ee5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4354,6 +4354,7 @@ CompletableFuture<Message<byte[]>> examineMessageAsync(String topic, String init | |
| * | ||
| * @param topic | ||
| * @param applied | ||
| * Whether to return the configuration value of the previous level if the current level's don't set | ||
| * @return | ||
| * @throws PulsarAdminException | ||
| */ | ||
|
|
@@ -4364,6 +4365,7 @@ CompletableFuture<Message<byte[]>> examineMessageAsync(String topic, String init | |
| * | ||
| * @param topic | ||
| * @param applied | ||
| * Whether to return the configuration value of the previous level if the current level's don't set | ||
|
||
| * @return | ||
| * @throws PulsarAdminException | ||
| */ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this update related to this pull request? If not, please remove from this PR and improve the javadoc in a separate PR.