candlerb commented on issue #5608: URL: https://github.com/apache/pulsar/issues/5608#issuecomment-659942536
I mean exactly that: `--py mybundle.zip` is how you deploy a bundle containing multiple python files. At least, it worked the last time I tested it (I haven't been using pulsar for a while). This is [PEP-273](https://www.python.org/dev/peps/pep-0273/) behaviour. It's very useful otherwise you have no way to deploy a function with its dependent libraries, other than installing the libraries on every host where the function might run. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
