srkukarni opened a new pull request #2502: Fix Handling of user defined nar sources/sinks URL: https://github.com/apache/incubator-pulsar/pull/2502 ### Motivation Currently for all Java functions(and by extension all sources/sinks) the file from bookkeeper is downloaded and stored as a jar. This means that the logic of figuring out whether a java function is nar or plain jar cannot be based on the extension of the file. This pr tries to first interpret the file as nar and if that fails interprets it as jar. ### Modifications Describe the modifications you've done. ### Result After your change, what will change.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services