Package org.apache.pulsar.packages.management.core
Packages management provides an easier way to manage the packages.
We abstract the storage so we can store the packages anywhere. And we can store the
packages on the cloud to support an registry for all the pulsar package such as functions,
connectors, and other things.
Also, packages management have a version control that will make the function upgrade and
rollback more easier to track.
-
Interface Summary Interface Description PackagesManagement PackagesManagement provides a way to manage the packages of function, sink, and source.PackagesStorage PackagesStorageConfiguration Packages storage configuration is used to set and get the storage related configuration values.PackagesStorageProvider The provider provides a generic method to get a storage provider.