merlimat opened a new pull request, #45: URL: https://github.com/apache/pulsar-client-python/pull/45
The current build process for Python wheels is to fetch the RPM packages of the C++ release and use the `libpulsar.so` from there. There are some issues due to incompatibilities between different versions of `libstdc++`, causing segmentation faults. In particular problems with callbacks and `std::function` objects compiled in different environments. To avoid these issues, we need to compile the C++ client lib when we're building the Python wrapper. -- 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]
