candlerb opened a new issue #5608: [Doc] Document that --py can be a zipfile
URL: https://github.com/apache/pulsar/issues/5608
 
 
   It's possible to provide a zipfile for the `--py` argument to pulsar-admin 
functions create/update, but this doesn't appear to be documented.
   
   It would be good to note that this can be done, and also give an example 
(e.g. how it interacts with `--className`)
   
   Current:
   
   ```
   $ grep -R -- --py site2/docs
   site2/docs/functions-develop.md:  --py my_function.py \
   site2/docs/functions-develop.md:  --py logging_function.py \
   site2/docs/functions-deploying.md:  --py myfunc.py \
   site2/docs/functions-deploying.md:  --py myfunc.py \
   site2/docs/functions-deploying.md:  --py myfunc.py \
   site2/docs/functions-deploying.md:  --py myfunc.py \
   site2/docs/functions-deploy.md:  --py myfunc.py \
   site2/docs/functions-deploy.md:  --py myfunc.py \
   site2/docs/functions-deploy.md:  --py myfunc.py \
   site2/docs/functions-deploy.md:  --py myfunc.py \
   site2/docs/reference-pulsar-admin.md:|`--py`|Path to the main Python 
file/Python Wheel file for the function (if the function is written in Python)||
   site2/docs/reference-pulsar-admin.md:|`--py`|Path to the main Python 
file/Python Wheel file for the function (if the function is written in Python)||
   site2/docs/reference-pulsar-admin.md:|`--py`|Path to the main Python 
file/Python Wheel file for the function (if the function is written in Python)||
   site2/docs/functions-overview.md:  --py ~/router.py \
   ```
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to