Description
With KAFKA-16508 we changed the KS behavior to call the ProductionExceptionHandler for a single special case of a potentially missing output topic, to break an infinite retry loop.
However, this seems not to be very flexible, as users might want to retry for some cases.
We might also consider to not calling the handler when writing into internal topics, as those must exist.
KIP-1065: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=311627309
Attachments
Issue Links
- is related to
-
KAFKA-17441 Add RETRY option to other exception handlers
- Open
- links to