Versions Compared

Key

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

...

Interfaces / API Changes (DSL only)

...

2 overloads for all APIs that create KTables: with and without store name

All API that create KTables will have 2 overloaded methods, one with the store name, and one without. Note that a null store name does not indicate that a KTable would not be materialized, but only that it will not be used for interactive queries. An internal name will be generated in cases materialization must happen.

These APIs include the ones below and any of their existing overloads. We do not list the overloads here to keep the list uncluttered. Each API will have one version with no store name, and one version with a store name.

In KTable.java overload each of the following APIs by adding store name:

...