rdhabalia opened a new pull request #2257: Fix: function-cli avoid arg-type check and class-loading for file url URL: https://github.com/apache/incubator-pulsar/pull/2257 ### Motivation While function-registration, Function does server side validation for function-jar with url (http/file). So, cli can't load jar for file-url protocol and validate classname of the function. ### Modifications [Skip class-name validation](https://github.com/apache/incubator-pulsar/blob/master/pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java#L447) for jar with file url. ### Result user can submit function with file-url using cli.
---------------------------------------------------------------- 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
