pulsar-client-cpp
pulsar-client-cpp copied to clipboard
Apache Pulsar C++ client library
Fixes https://github.com/apache/pulsar-client-cpp/issues/475 ### Motivation There were some breaking changes with Boost.Asio APIs so that the code base is incompatible with the latest Boost.Asio. ### Modifications Adapt to latest Asio APIs...
(gdb) bt #0 pop (this=0x7f2b58df7900) at pulsar-client-3.4/lib/ObjectPool.h:74 #1 allocate (this=0x7f2b58df7900) at pulsar-client-3.4/lib/ObjectPool.h:134 #2 allocate (n=1, this=) at pulsar-client-3.4/lib/ObjectPool.h:167 #3 allocate (__a=, __n=1) at /usr/local/gcc-4.9.3/include/c++/4.9.3/bits/alloc_traits.h:357 #4 __shared_count (__a=..., this=0x7f2b3e589ea8) at /usr/local/gcc-4.9.3/include/c++/4.9.3/bits/shared_ptr_base.h:616...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version 3.7.0 ### Minimal reproduce step compile tests ### What did you expect to...
### Background We develop an application that is able to run with or without pulsar installed, and for that to happen, we do not link with pulsar client (statically or...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version pulsar-client-cpp 3.6.0 gcc 8.3.1 linux: centos7.9 ### Minimal reproduce step just build ###...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version CPP Client: 3.6.0 pulsar broker: 3.0.4 ### Minimal reproduce step 1、use key_shared subscription...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version Pulsar 3.3.2 running in docker, same issue also happen when I tried to...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version CPP Client: 3.6.0 pulsar broker: 3.0.4 ### Minimal reproduce step 1、create pulsar client...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version Ubuntu 22.0, cross compile Pulsar CLient C++ for Mipsel Linux ### Minimal reproduce...
[Bug] Build fails on 32-bit platforms: overflow in expression; result is -64771072 with type 'long'
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version 3.6.0 ### Minimal reproduce step build on 32-bit platform ### What did you...