This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from ac6bd3c71e2 [PIP 81] Part-1 Split createNewMetadataLedger into
multiple methods for reuse (#15425)
add cfbc9ea1b2a [Function] Integrate package management service to pulsar
functionWorker (#14450)
No new revisions were added by this update.
Summary of changes:
conf/broker.conf | 3 +
conf/functions_worker.yml | 2 +
conf/standalone.conf | 3 +
.../apache/pulsar/broker/ServiceConfiguration.java | 6 +
.../org/apache/pulsar/broker/PulsarService.java | 1 +
.../org/apache/pulsar/admin/cli/CmdFunctions.java | 4 +-
.../pulsar/functions/worker/WorkerConfig.java | 5 +
.../pulsar/functions/worker/FunctionActioner.java | 5 +-
.../functions/worker/rest/api/ComponentImpl.java | 128 ++++++++++++++++-----
.../functions/worker/rest/api/FunctionsImpl.java | 14 ++-
.../functions/worker/rest/api/SinksImpl.java | 12 +-
.../functions/worker/rest/api/SourcesImpl.java | 12 +-
12 files changed, 151 insertions(+), 44 deletions(-)