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 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions