pulsar-client-cpp
pulsar-client-cpp copied to clipboard
Apache Pulsar C++ client library
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....
### Motivation See https://github.com/microsoft/vcpkg/pull/36510 Currently the commit id of the vcpkg submodule is old. With latest dependencies in vcpkg, it requires a `boost-format` dependency to build. ### Modifications Upgrade the...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version pulsar-client-3.6.0 clang-18 FreeBSD 14.1 ### Minimal reproduce step build ### What did you...
Fixes #446 ### Motivation We found an ack failure issue: #446 MessageListeners can start to process messages before subscribing all child topics are completed in "multi topics" (e.g. partitioned, list,...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version main branch commit id: 8b2753a56579ea6cf11e26a0c5a160797518df63 ### Minimal reproduce step 1. publish a certain...
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version TableView uses `SynchronizedHashMap#emplace` to update a key-value: https://github.com/apache/pulsar-client-cpp/blob/0e1ed3b2af24f5373036b839e4131257e8e75bf2/lib/TableViewImpl.cc#L107 https://github.com/apache/pulsar-client-cpp/blob/0e1ed3b2af24f5373036b839e4131257e8e75bf2/lib/SynchronizedHashMap.h#L58 However, the underlying `emplace`...
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version pulsar: 2.10.0. OS: Linux 4.19.160-0419160-generic x86_64. ### Minimal reproduce step when I close...
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version OS: macOS 15 Client: v3.7.0 ### Minimal reproduce step Should be reproducible with...
[Bug] Build breaks with boost-libs-1.87.0: fatal error: 'boost/asio/io_service.hpp' file not found
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version ``` In file included from /usr/ports/net-p2p/pulsar-client-cpp/work/pulsar-client-cpp-3.7.0/lib/BatchMessageKeyBasedContainer.cc:24: /usr/ports/net-p2p/pulsar-client-cpp/work/pulsar-client-cpp-3.7.0/lib/ClientConnection.h:34:10: fatal error: 'boost/asio/io_service.hpp' file not found...