nodece commented on PR #22613:
URL: https://github.com/apache/pulsar/pull/22613#issuecomment-2088819922

   Forcing push resulted in this PR being closed.
   
   Once https://github.com/apache/pulsar-client-python/pull/211 is merged, we 
can use the `--only-binary :all:` to install the pulsar-client, which can avoid 
the build time issue.
   
   One issue is that PyPI doesn't provide the ratelimit wheel file, we can 
build this wheel, and upload it to the pulsar repo, this size is 6kb.
   
   ```
   RUN pip3 install --break-system-packages \
       pulsar-client[all]==${PULSAR_CLIENT_PYTHON_VERSION} \
       --only-binary :all:
   ```


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