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
Changes to org.apache.kafka.streams.StreamsConfig
- The below configs
...
- in org.apache.kafka.streams.StreamsConfig will be deprecated
- default.deserialization.exception.handler
- default.production.exception.handler
2. Configs to be added to org.apache.kafka.streams.StreamsConfig
...
- Deprecate the below two configs
- 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 template configs
- 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 Update all the relevant dependency classes.
- TopologyConfig
- RecordDeserializer
- Mark the tests depending on old configs as deprecated and introduce new tests
- InternalTopologyBuilderTest
- StreamTaskTest
...