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

[pulsar] branch master updated (c1d5162 -> fdbc5b2)

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

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


    from c1d5162  Fix authorization error if partition number of partitioned topic is updated. (#10300) (#10333)
     add fdbc5b2  Support listenerName for HttpLookupService (#10319)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/lookup/TopicLookupBase.java      | 12 ++--
 .../pulsar/broker/lookup/v1/TopicLookup.java       |  5 +-
 .../pulsar/broker/lookup/v2/TopicLookup.java       |  5 +-
 .../broker/lookup/http/HttpTopicLookupv2Test.java  |  8 +--
 ...MultiListenersWithInternalListenerNameTest.java | 70 +++++++++++++++++++++-
 .../pulsar/client/impl/HttpLookupService.java      | 11 +++-
 6 files changed, 94 insertions(+), 17 deletions(-)