pulsar-client-cpp
pulsar-client-cpp copied to clipboard
Apache Pulsar C++ client library
Fixes # Master Issue: # ### Motivation ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either of the...
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version `v3.7.0` and `main` ### Minimal reproduce step `PULSAR_PUBLIC void pulsar_message_set_schema_version(pulsar_message_t *message, const char...
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version master ### Minimal reproduce step ```c++ TEST(ConsumerTest, testSeekAfterSeek) { const auto topic =...
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? Ran into a rather nasty to...
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version We observed a segmentation fault on our database node while using the Pulsar...
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version latest ### Minimal reproduce step See https://github.com/apache/pulsar/pull/24554 ### What did you expect to...
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version Using Pulsar v3.0.7 and pulsar-client-cpp 3.7.1 ### Minimal reproduce step Connect two shared...
Currently the producer cannot send a null value message, which is used as a tombstone for a specific key on a compacted topic. In addition, the consumer cannot differ empty...