You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2021/09/20 12:34:50 UTC

[pulsar] branch master updated (93e2db0 -> 0676f52)

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

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


    from 93e2db0  Fix messages in TopicPolicies will never be cleaned up (#11928)
     add 0676f52  Fix issue where pulsar-client command cannot consume v2 topics through WebSocket (#12000)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/client/cli/CmdConsume.java   | 44 +++++++++++-------
 .../org/apache/pulsar/client/cli/CmdProduce.java   | 19 ++++----
 .../apache/pulsar/client/cli/TestCmdConsume.java   | 52 ++++++++++++++++++++++
 .../apache/pulsar/client/cli/TestCmdProduce.java   |  8 ++--
 4 files changed, 96 insertions(+), 27 deletions(-)
 create mode 100644 pulsar-client-tools/src/test/java/org/apache/pulsar/client/cli/TestCmdConsume.java