You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2021/05/25 19:42:13 UTC

[pulsar] branch master updated (85effc4 -> a8363a3)

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

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


    from 85effc4  [Issue-10109] [admin client] Add --batch-source-config switch to the Pulsar Admin Source API (#10593)
     add a8363a3  [Broker] Optimize getTopicPolicies: skip unnecessarily thrown exception (#10683)

No new revisions were added by this update.

Summary of changes:
 .../broker/service/AbstractBaseDispatcher.java     |  4 +-
 .../pulsar/broker/service/AbstractTopic.java       | 58 ++++----------
 .../pulsar/broker/service/BrokerService.java       | 26 ++-----
 .../service/persistent/MessageDeduplication.java   | 16 ++--
 .../broker/service/persistent/PersistentTopic.java | 89 ++++++++++------------
 .../service/persistent/SubscribeRateLimiter.java   |  4 +-
 6 files changed, 74 insertions(+), 123 deletions(-)