You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zi...@apache.org on 2022/09/29 10:48:51 UTC

[pulsar] branch master updated (df5e0e1869f -> c952f3c9f89)

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

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


    from df5e0e1869f [fix][cli] Check numMessages after incrementing counter (#17826)
     add c952f3c9f89 [fix][proxy] Fix refresh client auth (#17831)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/client/impl/ClientCnx.java   |  17 +-
 .../apache/pulsar/client/impl/ConnectionPool.java  |   9 +-
 pulsar-proxy/pom.xml                               |   5 +
 .../apache/pulsar/proxy/server/ProxyClientCnx.java |  77 +++++++--
 .../pulsar/proxy/server/ProxyConnection.java       |  73 ++++++--
 .../pulsar/proxy/server/ProxyRefreshAuthTest.java  | 186 +++++++++++++++++++++
 6 files changed, 338 insertions(+), 29 deletions(-)
 create mode 100644 pulsar-proxy/src/test/java/org/apache/pulsar/proxy/server/ProxyRefreshAuthTest.java