How to disable health verification for specific channels? #1720
-
Beta Was this translation helpful? Give feedback.
Answered by
cescoffier
May 2, 2022
Replies: 1 comment
-
You can disable the health checks for a specific channel using the See https://smallrye.io/smallrye-reactive-messaging/3.14.0/kafka/health/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PyAntony
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can disable the health checks for a specific channel using the
health-enabled
attribute (and set it tofalse
). Note that this cannot be done dynamically.See https://smallrye.io/smallrye-reactive-messaging/3.14.0/kafka/health/