Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Current state[Under Discussion]

Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread] 

JIRA: here 

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

Proposed Changes

I propose we deprecate window.size.ms  in StreamsConfig.


Note: It might seem that `window.inner.serde` is similar, but if you refer to TimeWindowedSerializer  you will see that it is indeed used by KafkaStreams. 

...

  • What impact (if any) will there be on existing users? Deprecating it in StreamsConfig  shouldn't impact current users negatively other than them seeing a warning when they use it in KStreams.  

  • If we are changing behavior how will we phase out the older behavior? We should change the config docs first to deprecate. In the future, moving the configuration to ClientConfig could be called for. See https://github.com/apache/kafka/pull/14360 for a PR in progress, as well as a discussion of this issue.
  • If we need special migration tools, describe them here. N/A
  • When will we remove the existing behavior? Post docs change and deprecation, for major release 5. Deprecation itself can be for next minor release. 

...