sometimes broker send messages to consumer,but consumer can not receive #18377
Unanswered
leizhiyuan
asked this question in
Q&A
Replies: 1 comment
maybe this write fail |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
we use pulsar client 2.7.4 and use batchReceive() to receive messages. we add a tracer in broker, after we invoke ctx.write(new Message), and flush ,we will write a tracer record (so we can judge we send the message to consumer).
PulsarCommandSenderImpl.java

but sometimes ,we can see there will have an unacked message, but from consumer, once we receive a message, we will print a log, it seems we can not receive this message sometimes.
do you have any idea for this issue? thanks for any idea.
All reactions