Skip to content

Commit 9772975

Browse files
committed
UseSinglePartition
1 parent 0d6fb72 commit 9772975

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pulsar-client-cpp.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
CPP_CLIENT_BASE_URL=https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-3.8.0-candidate-3
2+
CPP_CLIENT_VERSION=3.8.0
3+
4+

tests/producer.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ function getPartition(msgId) {
261261
// 1. Setup Producer with batching enabled and size limit
262262
producer = await client.createProducer({
263263
topic: topicName,
264+
messageRoutingMode: 'UseSinglePartition',
264265
compressionType: 'LZ4',
265266
batchingEnabled: true,
266267
batchingMaxMessages: 10000,

0 commit comments

Comments
 (0)