Error handling in a scenario #3801
Replies: 3 comments 1 reply
-
Hello @tarikcarli . Actually exact mechanism as you described is available in Nussknacker. It is done by exceptionHandler. So far we haven't tested it in the setup that another scenario consumes errors from the previous one. Probable some additional step is required like specifying json schema for error topic. Which distribution are you using? docker / quickstart / helmchart / binary? |
Beta Was this translation helpful? Give feedback.
-
@arkadius Thanks for your response. I really appreciate. This is the one that exactly what I need. |
Beta Was this translation helpful? Give feedback.
-
Hello everybody,
I would like to know why we did not implement an error-handling path in a scenario like try-catch blocks. For example, we can store messages that cause errors in other Kafka topics and we consume them later with other scenarios. I am curious about why this feature is missing or do I miss something that actually is not that important.
Thanks for reading, I look forward to seeing your responses.
Beta Was this translation helpful? Give feedback.
All reactions