Versions Compared

Key

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

...

In order to leverage the new configuration, users will need to call StreamsBuilder#build(Properties) instead of StreamsBuilder#build(). This is an already established pattern that users need to follow to enable topology optimization. As we predict that we might need to access the config in the DSL more often in the future, we also propose to deprecate StreamsBuilder#build() method to lift the mental burden for users to know which of both methods that should use.


--> The original design to support enum  type of stores only limits the support for built-in state stores, not the custom stores. We extended the scope to use StoreImplementation  to support default custom stores in config. It will be much helpful for users.