diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html index c90024f278e..c2835a3cd8c 100644 --- a/docs/streams/upgrade-guide.html +++ b/docs/streams/upgrade-guide.html @@ -84,7 +84,13 @@ and can be obtained by calling Topology#describe(). An example using this new API is shown in the quickstart section.

- + +

+ With the introduction of KIP-202 + a new method merge() has been created in KStream as the StreamsBuilder class's StreamsBuilder#merge() has been removed. + The method signature was also changed, too: instead of providing multiple KStreams into the method at the once, only a single KStream is accepted. +

+

New methods in KafkaStreams:

@@ -214,7 +220,9 @@ If exactly-once processing is enabled via the processing.guarantees parameter, internally Streams switches from a producer per thread to a producer per task runtime model. In order to distinguish the different producers, the producer's client.id additionally encodes the task-ID for this case. Because the producer's client.id is used to report JMX metrics, it might be required to update tools that receive those metrics. +

+

Producer's client.id naming schema: