You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/12/15 00:26:15 UTC

[pulsar] branch master updated (1456f87 -> 4e7d788)

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

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


    from 1456f87  Allow to config Sasl configs in Kafka source (#13095)
     add 4e7d788  Align configurations defaults between default file and Java object (broker.conf, proxy.conf, websocket.conf) (#13272)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   | 12 ++---
 conf/websocket.conf                                |  4 +-
 .../apache/pulsar/broker/ServiceConfiguration.java |  8 +--
 .../org/apache/pulsar/PulsarBrokerStarterTest.java |  2 +-
 .../common/naming/ServiceConfigurationTest.java    | 30 +++++++++++
 .../proxy/server/ProxyConfigurationTest.java       | 62 ++++++++++++++++++++++
 .../service/WebSocketProxyConfiguration.java       |  2 +-
 .../service/WebSocketProxyConfigurationTest.java   | 60 +++++++++++++++++++++
 site2/docs/reference-configuration.md              |  9 ++--
 9 files changed, 171 insertions(+), 18 deletions(-)
 create mode 100644 pulsar-proxy/src/test/java/org/apache/pulsar/proxy/server/ProxyConfigurationTest.java
 create mode 100644 pulsar-websocket/src/test/java/org/apache/pulsar/websocket/service/WebSocketProxyConfigurationTest.java