Yunze Xu

Results 377 comments of Yunze Xu

I just tried 1.87. There are many API changes not only just the `io_service`, so it still needs some time to adapt the latest Boost.Asio API.

As a workaround, you can add Asio (not Boost.Asio) directly into your project and build with `-DUSE_ASIO=ON` option.

I drafted a PR (https://github.com/apache/pulsar-client-cpp/pull/477) but might not have time addressing failed tests (if possible) next week.

The exception was thrown by the `CompressionCodecZstd::encode`, which means when the library was built, no zstd library was found.

Currently it only requires GCC to support C++ 11.