-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Stalelifecycle/staletype/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Description
Motivation
PersistentTopicsBase has some sync methods. Decide to make them async.
Volunteers wanted for this.
Methods
- createNonPartitionedTopic @Technoboy- [Broker] Make PersistentTopicsBase#internalCreateNonPartitionedTopic async. #14030
- updatePartitionedTopic @Technoboy- [Broker] Make PersistentTopicsBase#internalUpdatePartitionedTopic async #14141
- getPartitionedMetadata @Technoboy- [Broker] Make PersistentTopicsBase#internalGetPartitionedMetadata async #14153
- getPartitionedTopicList @mattisonchao [Issue 14013] Make
PersistentTopics#getPartitionedTopicListto pure async. #14059 - getStats @mattisonchao [Issue 14013][broker] make getStats method async #14048
- getInternalStats @mattisonchao [Issue 14013][broker] make getInternalStats method async #14047
- getManagedLedgerInfo @shibd No need to do
- getBacklog @shibd Make getBacklog method async #14057
- getPermissionsOnTopic @liudezhi2098 [Broker]make getPermissionsOnTopic method async #14179
- grantPermissionsOnTopic @liudezhi2098 [Broker]make grantPermissionsOnTopic method async #14152
- revokePermissionsOnTopic @liudezhi2098 [Broker]make revokePermissionsOnTopic method async #14149
- skipMessages @liudezhi2098 [Broker]make internalSkipMessages method async #14045
- peekNthMessage @liudezhi2098 [Issue 14013][broker]make internalPeekNthMessage method async #14039
- examineMessage @RobertIndie [Broker] Make PersistentTopicsBase#internalExamineMessage async #14062
- terminate @RobertIndie [Broker] Make PersistentTopicsBase#terminate async #14064
- compactionStatus @RobertIndie [Broker] Make PersistentTopicsBase#internalCompactionStatus async #14066
- deleteTopic @RobertIndie [Broker] Make PersistentTopicsBase#internalDeleteTopic async #14069
- triggerOffload @HQebupt [Issue 14013][broker] make triggerOffload method async #14027
- offloadStatus @HQebupt [Issue 14013][broker] make triggerOffload method async #14027
mattisonchao, RobertIndie and HQebupt
Metadata
Metadata
Assignees
Labels
Stalelifecycle/staletype/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages