-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Broker] PersistentTopicsBase
has many async method call sync method.
#13854
Comments
PersistentTopicsBase
has many async method call sync method.
Can I try to help with this? |
@mattisonchao Great job! |
Sure ! Which one do you like ? |
I did internalGetLastMessageId. the rest not completed yet, Please assign some to me. @mattisonchao |
You can continue to do |
internalGetPartitionedStats done. |
internalTerminatePartitionedTopic done |
@mattisonchao need fix |
And NamespacesBase also has async method call sync method. |
Yes, I will track it at another issue. |
@liudezhi2098 Good catch! |
internalSetReplicationClusters、internalRemoveReplicationClusters |
preValidation |
I want to fix |
Motivation See apache#13854 Modification * Make PersistentTopicsBase#internalSetBacklogQuota async. * Change getRetentionPolicies to getRetentionPoliciesAsync Signed-off-by: Zike Yang <[email protected]>
internalSetReplicationClusters、internalRemoveReplicationClusters done |
I summited #13841 to fix reset cursor, this PR needs review. |
Motivation
This issue was created to track the process of fixing serial async method calls sync method in
PersistentTopicsBase
.Progress
internalDeletePartitionedTopic
#13805The text was updated successfully, but these errors were encountered: