Skip to content

Commit d948042

Browse files
committed
Fix build
1 parent 18d75bd commit d948042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BasicEndToEndTest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ TEST(BasicEndToEndTest, testSeekOnPartitionedTopic) {
16981698
std::string subName = "sub-testSeekOnPartitionedTopic";
16991699
Producer producer;
17001700
ProducerConfiguration conf;
1701-
conf.setRoutingMode(ProducerConfiguration::UseSinglePartition);
1701+
conf.setPartitionsRoutingMode(ProducerConfiguration::UseSinglePartition);
17021702

17031703
Promise<Result, Producer> producerPromise;
17041704
client.createProducerAsync(topicName, conf, WaitForCallbackValue<Producer>(producerPromise));

0 commit comments

Comments
 (0)