Kafka - How to fail gracefully #22138
Replies: 3 comments
-
Is there any way to disable generating default dead-letter-topic? It seems it is being generated even if I specify dead-letter.topic name. |
Beta Was this translation helpful? Give feedback.
-
Not sure when exactly changed, but now the accepted values for
|
Beta Was this translation helpful? Give feedback.
-
Hi Clement, Using the DLQ strategy, the written message into the DLQ does not contains the message content, it contains only the headers with exception extra headers information. Shoud I specify extra infomation to keep the origin message content ? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Kafka - How to fail gracefully
Quarkus: Supersonic Subatomic Java
https://quarkus.io/blog/kafka-failure-strategy/
Beta Was this translation helpful? Give feedback.
All reactions