You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by xy...@apache.org on 2022/09/08 12:12:15 UTC

[pulsar] branch master updated (6a11fde817c -> df9b057716b)

This is an automated email from the ASF dual-hosted git repository.

xyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 6a11fde817c Delete project-flaky-test.yml (#17529)
     add df9b057716b [feat][cpp] Add async receive function to C API (#17452)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/.gitignore                       |   1 +
 pulsar-client-cpp/examples/CMakeLists.txt          |  38 ++++---
 ...pleConsumerCApi.c => SampleAsyncConsumerCApi.c} |  34 +++---
 pulsar-client-cpp/include/pulsar/c/consumer.h      |  13 +++
 pulsar-client-cpp/lib/c/c_Consumer.cc              |  14 +++
 pulsar-client-cpp/tests/CMakeLists.txt             |   6 +-
 pulsar-client-cpp/tests/c/c_BasicEndToEndTest.cc   | 122 +++++++++++++++++++++
 7 files changed, 196 insertions(+), 32 deletions(-)
 copy pulsar-client-cpp/examples/{SampleConsumerCApi.c => SampleAsyncConsumerCApi.c} (71%)
 create mode 100644 pulsar-client-cpp/tests/c/c_BasicEndToEndTest.cc