jiangpengcheng commented on issue #18972: URL: https://github.com/apache/pulsar/issues/18972#issuecomment-1480477259
which version of pulsar do you use, i'm using master branch(30d2469086fea989ac8baf059df8e69c66a68d89), and it works: ``` ❯ ./bin/pulsar-admin functions upload --path function://public/default/myTestfunc2 --source-file exclamationFunc Uploaded successfully ``` And one thing to clear is that although functions do have a version field, there are no "old" functions that need to be deleted; there will be only one function for the same name: "$tenant/$namespace/$name". There are old versions of a pulsar package, and you can delete them -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
