How to correctly handle MissingHeartbeat in PullConsumer? #1102
Unanswered
wyl1232792
asked this question in
Q&A
Replies: 2 comments
-
I'm using |
Beta Was this translation helpful? Give feedback.
0 replies
-
The |
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
-
I followed the demo for consuming stream events using pull consumer like:
and some time, I got this MissingHeartbeat Error.
missed idle heartbeat OrderedError { kind: MissingHeartbeat, source: None }
Should I just ignore it, or consider there's any error.
Beta Was this translation helpful? Give feedback.
All reactions