BewareMyPower opened a new pull request, #54:
URL: https://github.com/apache/pulsar-client-python/pull/54

   Fixes https://github.com/apache/pulsar-client-python/issues/24
   
   ### Motivation
   
   Remove the Boost.Python dependency so that on Windows there will be no DLL 
dependencies because PyBind11 is header only.
   
   ### Modifications
   
   Since PyBind11 can perform type conversions between C++ types (STL, 
function, etc.) and Python types (list, dict, lambda, etc.), some wrapper 
classes are replaced with the classes in the Pulsar C++ library.
   
   The only API changes are related to the `_pulsar` module, which should not 
be used directly. The authentication related classes were wrapper classes with 
constructors before, now they are created by the static `create` methods from 
Pulsar C++ API.
   
   Fix the CMakeLists.txt and the workflows to build Python wheels on Linux, 
macOS and Windows. Finally add a workflow to build Windows wheels during a 
release.


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