Skip to content

Commit

Permalink
solve issue#23485
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoGuorui666 committed Nov 3, 2024
1 parent 570cb44 commit 2cd1dfb
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 2cd1dfb

Please sign in to comment.