You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2022/05/01 04:27:24 UTC

[pulsar] branch master updated (492a42b3823 -> 0775bc0d3da)

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

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


    from 492a42b3823 [cleanup][broker] Log tuning in SystemTopicBasedTopicPoliciesService#refreshTopicPoliciesCache (#15398)
     add 0775bc0d3da [Function Worker] Support disabling non-TLS service port (#15328)

No new revisions were added by this update.

Summary of changes:
 conf/functions_worker.yml                                      |  1 +
 .../src/main/java/org/apache/pulsar/broker/PulsarService.java  |  6 ++----
 .../test/java/org/apache/pulsar/io/PulsarFunctionTlsTest.java  |  8 +++++++-
 .../java/org/apache/pulsar/functions/worker/WorkerConfig.java  |  5 +++--
 .../main/java/org/apache/pulsar/functions/worker/Worker.java   |  2 +-
 .../org/apache/pulsar/functions/worker/rest/WorkerServer.java  | 10 +++++++---
 site2/docs/functions-worker.md                                 |  2 +-
 7 files changed, 22 insertions(+), 12 deletions(-)