This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from dd6e247 Remove unused listener to reduce creating executor pool.
(#11215)
new 208ca5c Fix init WebSocketService with ClusterData (#11234)
new 341ac71 1. Fix websocket tls bug. (#11243)
new 6ba062c Fix cherry-pick issue.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../pulsar/proxy/server/ProxyServiceStarter.java | 123 +++++++++------
.../proxy/server/ProxyServiceStarterTest.java | 152 +++++++++++++++++++
.../proxy/server/ProxyServiceTlsStarterTest.java | 165 +++++++++++++++++++++
.../src/test/resources}/proxy.conf | 10 +-
4 files changed, 403 insertions(+), 47 deletions(-)
create mode 100644
pulsar-proxy/src/test/java/org/apache/pulsar/proxy/server/ProxyServiceStarterTest.java
create mode 100644
pulsar-proxy/src/test/java/org/apache/pulsar/proxy/server/ProxyServiceTlsStarterTest.java
copy {conf => pulsar-proxy/src/test/resources}/proxy.conf (96%)