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 2022/03/22 04:00:43 UTC

[pulsar] branch master updated (e60e669 -> a1037c7)

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 e60e669  Version docs for the 2.8.3 release (#14754)
     add a1037c7  [refactor][proxy] Refactor Proxy code and fix connection stalling by switching to auto read mode (#14713)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/proxy/server/BrokerProxyValidator.java  |   2 +-
 .../pulsar/proxy/server/DirectProxyHandler.java    | 161 +++++++++------------
 .../pulsar/proxy/server/ParserProxyHandler.java    |   8 +-
 .../pulsar/proxy/server/ProxyConnection.java       |  72 ++++-----
 .../proxy/server/BrokerProxyValidatorTest.java     |  20 +++
 5 files changed, 126 insertions(+), 137 deletions(-)