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 2022/02/16 07:15:09 UTC

[pulsar] branch master updated (422efbb -> 244060a)

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 422efbb  [issue-14304] Check for blank advertised listener name (#14306)
     add 244060a  [Broker] Move schema compatibility strategy cmd from topics to topicPolicies (#14225)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/admin/cli/CmdTopicPolicies.java  | 51 ++++++++++++++
 .../org/apache/pulsar/admin/cli/CmdTopics.java     | 49 --------------
 .../SchemaCompatibilityStrategyTest.java           | 78 ++++++++++++----------
 .../integration/suites/PulsarCliTestSuite.java     | 30 +++++----
 .../topologies/PulsarClusterTestBase.java          |  7 +-
 .../integration/src/test/resources/pulsar-cli.xml  |  1 +
 6 files changed, 115 insertions(+), 101 deletions(-)
 copy pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/PersistentFailoverStreamingDispatcherE2ETest.java => tests/integration/src/test/java/org/apache/pulsar/tests/integration/suites/PulsarCliTestSuite.java (58%)