git clone https://github.com/apache/pulsar-client-cpp.git cd pulsar-client-cpp # For example, you can install vcpkg in /tmp/vcpkg cd /tmp && git clone https://github.com/microsoft/vcpkg.git && cd - cmake -B build -DINTEGRATE_VCPKG=ON -DCMAKE_TOOLCHAIN_FILE="/tmp/vcpkg/scripts/bu...
Apache Pulsar C++ client library. Contribute to apache/pulsar-client-cpp development by creating an account on GitHub.
std::string content="hello cpp client, this is a msg"; // 构建消息对象 Message msg=MessageBuilder().setContent(content) .setPartitionKey("mykey")// 业务key .setProperty("x","1")// 设置消息参数 .build(); // 发送消息 Result result=producer.send(msg); ...
pulsar-client-cpp [fix][doc] Point Python and C++ docs to new GitHub repos (#18140) 3年前 pulsar-client-dependencies-minimized [improve][client] PIP-393: Improve performance of Negative Acknowledge… 4个月前 pulsar-client-messagecrypto-bc [fix][build] Set project version to 4.1....
Pulsar Node.js client library The Pulsar Node.js client can be used to create Pulsar producers and consumers in Node.js. For the supported Pulsar features, seeClient Feature Matrix. This library works only in Node.js 12.3 or later because it uses: ...
[pulsar-client-cpp] 添加 physicalAddress 作为连接池的 keyhttps:///apache/pulsar-client-cpp/pull/411 @heesung-sn 活动新闻 2024年3月 5 日:StreamNative 和 Databricks 联合推出 Pulsar Spark Connector,为实时数据处理提供助力。[1] 2024年3月 6日:StreamNative 宣布开源 Oxia Java 客户端 [2] ...
pulsar-client-cpp python README.md pulsar-client-dependencies-minimized pulsar-client-messagecrypto-bc pulsar-client-shaded pulsar-client-tools-api pulsar-client-tools-customcommand-example pulsar-client-tools-test pulsar-client-tools pulsar-client pulsar-common pulsar-config-validation pulsar-docs-tools ...
Apache Pulsar C++ client library. Contribute to apache/pulsar-client-cpp development by creating an account on GitHub.
apache-pulsar-client-cpp-3.6.0.tar.gz1.5 MB2024-08-30 08:26 apk-arm64/-2024-09-06 11:22 apk-x86_64/-2024-09-06 11:22 deb-arm64/-2024-09-06 11:22 deb-x86_64/-2024-09-06 11:22 macos-arm64.zip13.9 MB2024-08-30 08:26 ...
pulsar-client-cpp [fix][doc] Point Python and C++ docs to new GitHub repos (apache#18140) Oct 21, 2022 pulsar-client-dependencies-minimized [improve][client] PIP-393: Improve performance of Negative Acknowledg… Jan 3, 2025 pulsar-client-messagecrypto-bc [fix][build] Set project version ...