There was an error while loading. Please reload this page.
1 parent 0d6fb72 commit 9772975Copy full SHA for 9772975
pulsar-client-cpp.txt
@@ -1,2 +1,4 @@
1
-CPP_CLIENT_BASE_URL=https://archive.apache.org/dist/pulsar/pulsar-client-cpp-3.7.0
2
-CPP_CLIENT_VERSION=3.7.0
+CPP_CLIENT_BASE_URL=https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-3.8.0-candidate-3
+CPP_CLIENT_VERSION=3.8.0
3
+
4
tests/producer.test.js
@@ -261,6 +261,7 @@ function getPartition(msgId) {
261
// 1. Setup Producer with batching enabled and size limit
262
producer = await client.createProducer({
263
topic: topicName,
264
+ messageRoutingMode: 'UseSinglePartition',
265
compressionType: 'LZ4',
266
batchingEnabled: true,
267
batchingMaxMessages: 10000,
0 commit comments