KAFKA-7778: document scala suppress API (#6586)

Document the minor API change.

Reviewers: Casey Green <greenc421@gmail.com>, Guozhang Wang <wangguoz@gmail.com>,  Bill Bejeck <bbejeck@gmail.com>
This commit is contained in:
John Roesler 2019-04-16 15:48:58 -05:00 committed by Guozhang Wang
parent 05668e98f5
commit 99ce7d76ce
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
</p>
<h3><a id="streams_api_changes_230" href="#streams_api_changes_230">Streams API changes in 2.3.0</a></h3>
<p>Version 2.3.0 adds the Suppress operator to the <code>kafka-streams-scala</code> Ktable API.</p>
<p>
As of 2.3.0 Streams now offers an in-memory version of the window store, in addition to the persistent one based on RocksDB. The new public interface <code>inMemoryWindowStore()</code> is added to Stores that provides a built-in in-memory window store.
</p>