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/03/05 01:22:01 UTC

[pulsar] branch master updated (65cc303 -> c3292a6)

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 65cc303  [pulsar-proxy] fix logging for published messages (#6474)
     add c3292a6  [Issue 6394] Add configuration to disable auto creation of subscriptions (#6456)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   |  3 ++
 conf/standalone.conf                               |  3 ++
 .../apache/pulsar/broker/ServiceConfiguration.java |  5 +++
 .../broker/service/BrokerServiceException.java     |  6 +++
 .../apache/pulsar/broker/service/ServerCnx.java    | 13 ++++++-
 .../BrokerServiceAutoTopicCreationTest.java        | 43 ++++++++++++++++++++++
 .../pulsar/functions/worker/WorkerService.java     |  5 +++
 site2/docs/reference-configuration.md              |  1 +
 8 files changed, 77 insertions(+), 2 deletions(-)