pulsar-client-cpp
pulsar-client-cpp copied to clipboard
Apache Pulsar C++ client library
## Support for TLS 1.3 in Pulsar CPP Client Pulsar CPP client supports only TLS 1.2 for communication. Reference: https://github.com/apache/pulsar-client-cpp/blob/a46da16421323d146c33d1e9d00a0352b50ace89/lib/ClientConnection.cc#L193 Pulsar CPP client needs to support TLS 1.3 in addition...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version OS: CentOS 7 Pulsar C++ client: 3.1.2 ### Minimal reproduce step 1. Install...
Hi, Any idea if this already implemented feature from JAVA client is implemented in C++ client also? https://github.com/apache/pulsar/issues/14505 https://github.com/apache/pulsar/pull/16062/files I tried to look in source code. I only see Commands.cc...
[example failure](https://github.com/apache/pulsar-client-cpp/actions/runs/3589998748/jobs/6042967481) ``` FAILED TESTS (1/376): 166 ms: ./pulsar-tests ProducerTest.testWaitForExclusiveProducer (try #1) ``` ``` [ RUN ] ProducerTest.testWaitForExclusiveProducer 2022-12-01 06:25:37.989 INFO [140250769911488] ClientConnection:189 | [ -> pulsar://localhost:6650] Create ClientConnection, timeout=10000...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsar-all image version 2.10.32 and pulsar-all image version 2.11.0 Token auth enabled Python...
In https://github.com/apache/pulsar/pull/6732, we have implemented the auto update partitions feature for the c++ client. But the configuration of PartititionsUpdateInterval should be added to the ProducerConfiguration instead of the ClientConfiguration. This...
The performance of the batch index ACK suffers the similar issue as the Go client: https://github.com/apache/pulsar-client-go/issues/949 Tasks: - [ ] Remove the batched message ID from the ACK grouping tracker....
It's better to apply the `clang-tidy` check in CI to discover some problems in the code.
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version pulsar: apachepulsar/pulsar:2.11.0 os : mac 12.6 cpp client version : main branch ###...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.8.2 ### Minimal reproduce step Client CN: [myd-hvmxxxx.swinfra.net](http://myd-hvmxxxx.swinfra.net/) Url of proxy :pulsar+ssl://myd-hvmxxxx.swinfra.net:31051 Below...