You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ji...@apache.org on 2022/06/28 02:22:32 UTC

[pulsar] branch master updated (68484f9162b -> 97e278b753a)

This is an automated email from the ASF dual-hosted git repository.

jianghaiting pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 68484f9162b [improve][broker] Avoid go through all the consumers to get the message ack owner (#16245)
     add 97e278b753a [improve][broker][PIP-149]make deleteTopic method async (#16232)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/admin/AdminResource.java  |  3 +-
 .../broker/admin/impl/PersistentTopicsBase.java    | 47 ++--------------------
 .../pulsar/broker/admin/v1/PersistentTopics.java   | 23 ++++++++++-
 .../pulsar/broker/admin/v2/PersistentTopics.java   | 20 ++++++++-
 .../pulsar/broker/admin/PersistentTopicsTest.java  | 35 +++++++++-------
 5 files changed, 65 insertions(+), 63 deletions(-)