nlu90 commented on PR #19895: URL: https://github.com/apache/pulsar/pull/19895#issuecomment-1486007490
Without this fix, when users update a function with the new jar, py or go binary, they will get the following error: ``` ➜ apache-pulsar-2.11.0 ./bin/pulsar-admin functions update \ --py examples/python-examples/exclamation_function.py \ --classname python-examples.ExclamationFunction \ --inputs public/default/test \ --output public/default/test-output2 \ --name ExPy2 \ Package 'function://public/default/ExPy2@0' metadata already exists ``` -- 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]
