From 20ec3499f06777347d43784fada603feed022489 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Tue, 25 Sep 2018 21:50:32 +0200 Subject: [PATCH] [KStreams docs] Wording fix --- docs/streams/developer-guide/dsl-api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/streams/developer-guide/dsl-api.html b/docs/streams/developer-guide/dsl-api.html index 01931c803ee3c..5072d530febfe 100644 --- a/docs/streams/developer-guide/dsl-api.html +++ b/docs/streams/developer-guide/dsl-api.html @@ -167,7 +167,7 @@

Overviewstate store that backs the table). This is required for supporting interactive queries against the table. When a - name is not provided the table will not queryable and an internal name will be provided for the state store.

+ name is not provided the table will not be queryable and an internal name will be provided for the state store.

If you do not specify SerDes explicitly, the default SerDes from the configuration are used.

You must specify SerDes explicitly if the key or value types of the records in the Kafka input @@ -191,7 +191,7 @@

Overviewstate store that backs the table). This is required for supporting interactive queries against the table. When a - name is not provided the table will not queryable and an internal name will be provided for the state store.

+ name is not provided the table will not be queryable and an internal name will be provided for the state store.

import org.apache.kafka.common.serialization.Serdes;
 import org.apache.kafka.streams.StreamsBuilder;
 import org.apache.kafka.streams.kstream.GlobalKTable;