You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by xy...@apache.org on 2021/12/14 12:55:53 UTC

[pulsar] branch master updated (1891f6e -> c94c81c)

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

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


    from 1891f6e  remove unused local variable in ManagedLedgerImpl (#13115)
     add c94c81c  fix wrong result for looking up a non-exist topic by rest api (#13055)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/lookup/TopicLookupBase.java      | 94 ++++++++++++----------
 .../broker/lookup/http/HttpTopicLookupv2Test.java  | 41 +++++++++-
 .../pulsar/client/api/NonPersistentTopicTest.java  | 11 ++-
 .../client/api/SimpleProducerConsumerTest.java     |  3 +-
 .../pulsar/client/impl/TopicDoesNotExistsTest.java |  4 +-
 5 files changed, 104 insertions(+), 49 deletions(-)