BewareMyPower opened a new pull request, #3: URL: https://github.com/apache/pulsar-client-python/pull/3
### Modifications - Add [pulsar-client-cpp](https://github.com/apache/pulsar-client-cpp) as the submodule - Add `build-client-cpp.sh` to build the Pulsar C++ client. - Fix the CMakeLists.txt to make Python client build successfully. Instead of linking the `pulsarStatic` target, link to the static library built by `build-client-cpp.sh`. - Add README to describe how to build Python client. Currently the Python client uses some C++ headers not exposed (i.e. in the `pulsar-client-cpp/lib` directory). This PR added the `pulsar-client-cpp` path prefix. We should remove these includes in future. -- 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]
