This is an automated email from the ASF dual-hosted git repository. mattisonchao pushed a change to branch branch-2.11 in repository https://gitbox.apache.org/repos/asf/pulsar.git
from a30639d28c7 [fix][broker] In replication scenario, remote consumer could not be registered if there has no message was sent (#20888) add 7dad8655038 [branch-2.10][fix][broker] Inconsistent behaviour for topic auto_creation (#20872) No new revisions were added by this update. Summary of changes: .../pulsar/broker/service/BrokerService.java | 13 ++- .../impl/HierarchyTopicAutoCreationTest.java | 96 ++++++++++++++++++++++ 2 files changed, 101 insertions(+), 8 deletions(-) create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/client/impl/HierarchyTopicAutoCreationTest.java