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 2020/06/04 02:33:37 UTC

[pulsar] branch master updated (fb4a627 -> 32f528c)

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 fb4a627  [PIP-60] [Proxy-Server] Support SNI routing to support various proxy-server in pulsar (#6566)
     add 32f528c  [Issue 7049][WebSocket] Make WebSocketService.MaxTextFrameSize configurable (#7155)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                               |  3 +++
 conf/standalone.conf                                           |  3 +++
 conf/websocket.conf                                            |  3 +++
 deployment/terraform-ansible/templates/broker.conf             |  2 ++
 .../java/org/apache/pulsar/broker/ServiceConfiguration.java    |  6 ++++++
 .../org/apache/pulsar/websocket/WebSocketConsumerServlet.java  |  2 +-
 .../org/apache/pulsar/websocket/WebSocketProducerServlet.java  |  2 +-
 .../org/apache/pulsar/websocket/WebSocketReaderServlet.java    |  2 +-
 .../java/org/apache/pulsar/websocket/WebSocketService.java     |  2 --
 .../pulsar/websocket/service/WebSocketProxyConfiguration.java  | 10 ++++++++++
 10 files changed, 30 insertions(+), 5 deletions(-)