Heartbeat Callback #163
Unanswered
ravi-kotha
asked this question in
General
Replies: 1 comment 2 replies
-
Hi @ravi-kotha, You can register a custom consumer factory in the setup process and there you can do the health check using a decorator design pattern. Another way is to create a middleware that catches any exception. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there a way to listen into a callback that relays the kafka consumer heartbeat to the application that uses the kafka flow?
Wanted to use this heartbeat to decide the health of the application so we can scale accordingly.
Thanks,
Ravi
Beta Was this translation helpful? Give feedback.
All reactions