You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2019/04/16 20:49:20 UTC

[kafka] branch trunk updated: KAFKA-7778: document scala suppress API (#6586)

This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 99ce7d7  KAFKA-7778: document scala suppress API (#6586)
99ce7d7 is described below

commit 99ce7d76ce5b326e95e9f70ee4eacdd23cf44dc7
Author: John Roesler <vv...@users.noreply.github.com>
AuthorDate: Tue Apr 16 15:48:58 2019 -0500

    KAFKA-7778: document scala suppress API (#6586)
    
    Document the minor API change.
    
    Reviewers: Casey Green <gr...@gmail.com>, Guozhang Wang <wa...@gmail.com>,  Bill Bejeck <bb...@gmail.com>
---
 docs/streams/upgrade-guide.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index 9689381..58505e2 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -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>