You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/09 04:53:57 UTC

[GitHub] [pulsar] JanVosNL commented on issue #12623: Unable to install pulsar-client to alpine

JanVosNL commented on issue #12623:
URL: https://github.com/apache/pulsar/issues/12623#issuecomment-1093688427

   @b0mbays 
   
   Apache Pulsar C++ client is available on Alpine Linux
   
   ```
   # apk search pulsar-client
   py3-pulsar-client-cpp-2.9.1-r0
   pulsar-client-cpp-static-2.9.1-r0
   pulsar-client-cpp-2.9.1-r0
   pulsar-client-cpp-dev-2.9.1-r0
   
   # apk info py3-pulsar-client-cpp
   py3-pulsar-client-cpp-2.9.1-r0 description:
   Python bindings for Apache Pulsar C++ client
   
   py3-pulsar-client-cpp-2.9.1-r0 installed size:
   4996 KiB
   
   # apk info pulsar-client-cpp
   pulsar-client-cpp-2.9.1-r0 description:
   Apache Pulsar C++ client
   
   pulsar-client-cpp-2.9.1-r0 installed size:
   3168 KiB
   
   # apk add py3-pulsar-client-cpp
   (1/1) Installing py3-pulsar-client-cpp (2.9.1-r0)
   
   # python3 --version
   Python 3.10.3
   ```


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org