rdhabalia opened a new pull request #1902: Support function registration with package-url URL: https://github.com/apache/incubator-pulsar/pull/1902 ### Motivation Right now, function registration uploads function-pkg to bookkeeper and downloads it from bk. However, in some cases, user might already have func-pkg available at some location and there should be a way to provide a url-location of func-pkg from which pulsar-func-service downloads pkg-file and loads it. ### Modifications - add support to register function by just giving url-location of func-pkg. Right now, it supports http/https/file protocols in url. ### Result user can register function by just providing url-location of the package.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
