pulsar-client-cpp icon indicating copy to clipboard operation
pulsar-client-cpp copied to clipboard

Apache Pulsar C++ client library

Results 88 pulsar-client-cpp issues
Sort by recently updated
recently updated
newest added

**Short intro** We're running a platform that's effectively just a bunch of microservices written in Python, Java and Go which are communicating through Kafka. Currently we're considering moving from Kafka...

**Describe the bug** Data is still replicated when disableReplication is enabled **To Reproduce** Steps to reproduce the behavior: 1. Setup Geo-Replication with 3 cluster(A,B,C) 2. Set disableReplication = true in...

[Conan.io](https://conan.io/) is a popular C++ package manager. It would be very handy to have a conan recipe to build the C++ client. It would make it easy to build even...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsar-cpp-client v2.8.3 gcc7.3.1 ### Minimal reproduce step The probability is low ### What...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version - pulsar client 2.9.0 - ubuntu linux ### Minimal reproduce step int main(int...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version 2.9.3.11+ ### Minimal reproduce step pass an invalid token and try to create...

## Support IPV6 Communication in Pulsar CPP client Currently, Pulsar CPP Client does not support IPV6 communication. Pulsar CPP client needs to support IPV6 communication

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version pulsar cpp client 3.5.1 ### Minimal reproduce step run the example: SampleAsyncProducer.cc ###...

Fixes https://github.com/apache/pulsar-client-cpp/issues/436 ### Motivation When a consumer starts grabbing the connection, it registers a timer after the operation timeout. When that timer is expired, it will fail the connection and...

bug

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version Based on 35bf161ba25c9ea073b730e3dcdaa50c30703bcb ### Minimal reproduce step Apply the following patch and run...