DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
Status
Current state: "DraftUnder Discussion"
Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]
JIRA: here [Change the link from KAFKA-1 to your own ticket]
Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).
...
The infrastructure for configuration, instantiation, and passing handlers to global processing already exists. This KIP simply extends it to include ProcessingExceptionHandler alongside the existing DeserializationExceptionHandler. ProcessingExceptionHandler ProcessingExceptionHandler will follow the identical pattern, enabling exception handling during GlobalKTable processor processing.
Implementation
...
- Create a new processexceptionalhandler interface for global thread which require introducing new configuration at the stream config level. This would create unnecessary operational overload for the end users as it require to implement and configuredmultiple interfaces .