DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Thus, we should consider to deprecate the two existing configs names and add them back w/o the `default.` prefix.
Public Interfaces
...
The below configs in org.apache.kafka.streams.StreamsConfig will be deprecated
- default.deserialization.exception.handler
- default.production.exception.handler
Configs to be added to org.apache.kafka.streams.StreamsConfig
- deserialization.exception.handler
- production.exception.handler
Proposed Changes
Describe the new thing you want to do in appropriate detail. This may be fairly extensive and have large subsections of its own. Or it may be a few sentences. Use judgement based on the scope of the change.
...
- default.deserialization.exception.handler
- default.production.exception.handler
Rename the below :
- DEFAULT_DESERIALIZATION_EXCEPTION_HANDLER_CLASS_DOC to DESERIALIZATION_EXCEPTION_HANDLER_CLASS_DOC
- DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_DOC to PRODUCTION_EXCEPTION_HANDLER_CLASS_DOC
Compatibility, Deprecation, and Migration Plan
...