DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Deprecate the below and create two new configs without prefix 'default.'
- default.deserialization.exception.handler
- default.production.exception.handler
...
- Configs to be added to org.apache.kafka.streams.StreamsConfig
- deserialization.exception.handler
- 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
...
- Update all the relevant dependency classes and tests
- TopologyConfig
- RecordDeserializer
- InternalTopologyBuilderTest
- StreamTaskTest
Compatibility, Deprecation, and Migration Plan
...