aoy0208 commented on issue #14698:
URL: https://github.com/apache/pulsar/issues/14698#issuecomment-1068856819


   > https://github.com/tuteng/python-function Maybe this example is helpful 
@aoy0208
   
   @tuteng Can I only upload only one .py file to run pulsar function? and does 
the example 'ExclamatonFunction' in Pulsar Github works ?
   I just upload the .py file only and use CLi like below:
   ./bin/pulsar-admin functions localrun \
   --classname ExclamationFunction \
   --py /pulsar/ExclamationFunction.py \
   --inputs input \
   --output output \
   --tenant public \
   --namespace default --name PythonFuncName
   
   Could you plz tell whats wrong with that ?


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


Reply via email to