diff --git a/docs/streams/developer-guide/config-streams.html b/docs/streams/developer-guide/config-streams.html index 8289423d3d798..8c45d0c7976d0 100644 --- a/docs/streams/developer-guide/config-streams.html +++ b/docs/streams/developer-guide/config-streams.html @@ -72,9 +72,9 @@
86400000nullSerde interface.null---- Serde for the inner class of a windowed record. Must implement the org.apache.kafka.common.serialization.Serde interface. -
-- Note that this config is only used by plain consumer/producer clients that set a windowed de/serializer type via configs. For Kafka Streams applications that deal with windowed types, you must pass in the inner serde type when you instantiate the windowed serde object for your topology. -
-
diff --git a/docs/streams/developer-guide/datatypes.html b/docs/streams/developer-guide/datatypes.html index afa6397c5ef40..2bc2d7d5d0ef3 100644 --- a/docs/streams/developer-guide/datatypes.html +++ b/docs/streams/developer-guide/datatypes.html @@ -48,9 +48,10 @@-
- Primitive and basic types
- JSON
-- Implementing custom serdes
+- Window Serdes
+- Implementing custom serdes
Kafka Streams DSL for Scala Implicit Serdes +Kafka Streams DSL for Scala Implicit Serdes Configuring Serdes
@@ -103,7 +104,7 @@Primitive and basic types
<dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> - <version>2.8.0</version> + <version>{{fullDotVersion}}</version> </dependency>This artifact provides the following serde implementations under the package org.apache.kafka.common.serialization, which you can leverage when e.g., defining default serializers in your Streams configuration.