You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/12/07 02:25:55 UTC

[pulsar] branch master updated (81d9c2d -> 349930b)

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 81d9c2d  [Pulsar Functions] Support URL fetching for Go && Python functions (#8808)
     add 349930b  Add package management service into the pulsar startup process (#8764)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   | 17 ++++++++++++
 conf/standalone.conf                               | 17 ++++++++++++
 .../apache/pulsar/broker/ServiceConfiguration.java | 31 ++++++++++++++++++++++
 pulsar-broker/pom.xml                              |  7 +++++
 .../org/apache/pulsar/broker/PulsarService.java    | 26 ++++++++++++++++++
 .../BookKeeperPackagesStorageConfiguration.java    |  6 +++++
 .../core/PackagesStorageConfiguration.java         | 10 +++++++
 .../impl/DefaultPackagesStorageConfiguration.java  |  8 +++++-
 8 files changed, 121 insertions(+), 1 deletion(-)