You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/09/23 07:25:48 UTC

[pulsar] branch master updated (8c141f1 -> fa3407b)

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

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


    from 8c141f1  [website] Add user logos (#8108)
     add fa3407b  [Issue #6709] Support non-durable subscription for pulsar-client cli (#8100)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/client/cli/PulsarClientToolTest.java    | 108 ++++++++++++++
 .../pulsar/client/cli/PulsarClientToolWsTest.java  | 159 +++++++++++++++++++++
 .../org/apache/pulsar/client/cli/CmdConsume.java   |   9 +-
 .../apache/pulsar/websocket/ConsumerHandler.java   |  13 ++
 .../pulsar/websocket/stats/ProxyTopicStat.java     |   3 +
 5 files changed, 290 insertions(+), 2 deletions(-)
 create mode 100644 pulsar-client-tools-test/src/test/java/org/apache/pulsar/client/cli/PulsarClientToolWsTest.java