apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
51 stars 39 forks source link

Upgrade the C++ client to 3.3.0 #146

Closed BewareMyPower closed 1 year ago

BewareMyPower commented 1 year ago

Modifications

Upgrade the C++ client to 3.3.0 and deprecate the log_conf_file_path config due to https://github.com/apache/pulsar-client-cpp/pull/283.

There is another issue that after https://github.com/apache/pulsar-client-cpp/pull/290, the CMakeLists.txt from the C++ client finds the protobuf package with config mode. To fix it, install the OpenSSL via CMake instead of the autotools.

BewareMyPower commented 1 year ago

This patch contains the modifications in https://github.com/apache/pulsar-client-python/pull/145. Let's merge #145 first.