diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html index 93f2e3eb115..9b04a599c18 100644 --- a/docs/streams/upgrade-guide.html +++ b/docs/streams/upgrade-guide.html @@ -49,7 +49,7 @@

With 1.0 a major API refactoring was accomplished and the new API is cleaner and easier to use. - This change includes the five main classes KafakStreams, KStreamBuilder, + This change includes the five main classes KafkaStreams, KStreamBuilder, KStream, KTable, and TopologyBuilder (and some more others). All changes are fully backward compatible as old API is only deprecated but not removed. We recommend to move to the new API as soon as you can. @@ -66,7 +66,7 @@ The new classes have basically the same methods as the old ones to build a topology via DSL or Processor API. However, some internal methods that were public in KStreamBuilder and TopologyBuilder but not part of the actual API are not present - in the new classe any longer. + in the new classes any longer. Furthermore, some overloads were simplified compared to the original classes. See KIP-120 and KIP-182