JanVosNL commented on PR #14994: URL: https://github.com/apache/pulsar/pull/14994#issuecomment-1093692062
@curtiscook Python bindings for 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
