You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/03/06 23:06:20 UTC

[pulsar] branch master updated (f9ada10 -> 329e231)

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

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


    from f9ada10  [pulsar-client] remove duplicate cnx method (#6490)
     add 329e231  [proxy] Fix proxy routing to functions worker (#6486)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/proxy/server/AdminProxyHandler.java     | 26 ++++++++-
 .../proxy/server/FunctionWorkerRoutingTest.java    | 66 ++++++++++++++++++++++
 2 files changed, 89 insertions(+), 3 deletions(-)
 create mode 100644 pulsar-proxy/src/test/java/org/apache/pulsar/proxy/server/FunctionWorkerRoutingTest.java