On Tue, Sep 20, 2022 at 9:32 AM Yunze Xu <y...@streamnative.io.invalid> wrote: > > Hi Tison & Matteo, > > I noticed a comment here: > https://github.com/apache/pulsar/pull/17733#discussion_r975552686 > > Currently the Python Functions relies on the Python client. I see there are > still some Python Function examples in pulsar-functions/python-examples > directory. How should we deal with these examples? And should we still > Include the Python Functions in the Docker images?
Yes, in the proposal I did add a section for this. Instead of building the C++/Python client when building the Pulsar docker image, we are going to install a Python wheel file that is already released and available.