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 7503b14 fix flaky-test:
V1_ProducerConsumerTest.testConcurrentConsumerReceiveWhileReconnect (#9435)
add cec7d4d [Functions] Can't create functions with m-TLS (#9260)
No new revisions were added by this update.
Summary of changes:
.../org/apache/pulsar/broker/PulsarService.java | 28 ++-
.../functions/worker/PulsarFunctionTlsTest.java | 245 +++++++++++++++++++++
.../apache/pulsar/common/functions/WorkerInfo.java | 11 +-
.../pulsar/functions/worker/WorkerConfig.java | 6 +-
.../pulsar/functions/worker/LeaderService.java | 2 +-
.../functions/worker/PulsarWorkerService.java | 3 +-
.../pulsar/functions/worker/WorkerUtils.java | 5 +
.../pulsar/functions/worker/rest/WorkerServer.java | 2 +-
8 files changed, 289 insertions(+), 13 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/PulsarFunctionTlsTest.java