On 11/11/2019 02:29, Sijie Guo wrote:
I don't think there is any *hardcoded* limit for a pulsar function.
A pulsar function user code package is uploaded to Pulsar first. It is
downloaded to function workers when it is scheduled to run there.
So the size limit of a function will be:
1) the function worker has enough local disk space to download the
user code package.
2) the function worker has enough memory to run the function.
Excellent, thank you.
In python case, Pulsar does support zip file. I remembered that it was
documented. If you didn't find one, please create a Github issue.
We will follow up and update the documentation.
https://github.com/apache/pulsar/issues/5608
Thanks,
Brian.