pulsar-client-cpp
pulsar-client-cpp copied to clipboard
Apache Pulsar C++ client library
TODO: libpulsarwithdeps.a is not built
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version There seams to be no way to set the subscription mode ? https://pulsar.apache.org/docs/2.7.0/concepts-messaging/#what-is-a-subscription-mode...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version Pulsar version 3.3. OS - Red Hat Enterprise Linux 8.9 and RHEL 9.3...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version We are actively using Apache pulsar in our C/C++ product, however we came...
```c++ #include #include #include #include "lib/LogUtils.h" DECLARE_LOG_OBJECT() using namespace pulsar; int main(int argc, char *argv[]) { ClientConfiguration conf; conf.setIOThreads(8); Client client{"pulsar://localhost:6650", conf}; for (int i = 0; i < 5;...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version - Pulsar: 3.1.0 - Client: main (https://github.com/apache/pulsar-client-cpp/commit/bb16f24bb68699c15eddba3163cfbef0b1282ebf) ### Minimal reproduce step Run the...
The LICENSE file is missed currently. Before moving the C++ client from Pulsar main repo here, the license check was performed by `mvn license:check`. After adding the LICENSE file, we...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version Pulsar 3.1.0 Pulsar-Client Python 3.3.0 OS : Ubuntu 20.04 ### Minimal reproduce step...
[example failure](https://github.com/apache/pulsar-client-cpp/actions/runs/3797580369/jobs/6458643223) ``` FAILED TESTS (5/418): 743 ms: ./pulsar-tests ClientTest.testReferenceCount (try #1) 11653 ms: ./pulsar-tests ClientTest.testCloseClient (try #1) 9692 ms: ./pulsar-tests ClientTest.testCloseClient (try #2) 8242 ms: ./pulsar-tests ClientTest.testCloseClient (try #3)...
Currently, there is no log when running the test service. We cannot get the log from the test broker. It's inconvenient to debug the failed tests.