Skip to content

Commit

Permalink
[fix][test] Fix SimpleProducerConsumerTest.testMultiTopicsConsumerImp…
Browse files Browse the repository at this point in the history
…lPauseForManualSubscription (apache#23546)
  • Loading branch information
ZhaoGuorui666 authored and visxu committed Nov 6, 2024
1 parent 63c5154 commit faa9199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3520,7 +3520,7 @@ public void testMultiTopicsConsumerImplPauseForManualSubscription() throws Excep
producer3.send(message.getBytes(UTF_8));
}

int receiverQueueSize = 1;
int receiverQueueSize = 6;
Consumer<byte[]> consumer = pulsarClient
.newConsumer()
.topics(Lists.newArrayList(topicNameBase + "1", topicNameBase + "2"))
Expand Down

0 comments on commit faa9199

Please sign in to comment.