Versions Compared

Key

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

...

Two functions will need to be added to the KStream interface:

Code Block
languagejava
titlenew_api
<VR> KTable<K,VR> toTable()

<VR> KTable<K,VR> toTable(final Materialized<K, VR, KeyValueStore<Bytes, byte[]>> materialized)

...