mjsax commented on code in PR #18124:
URL: https://github.com/apache/kafka/pull/18124#discussion_r1913715280
##########
docs/streams/upgrade-guide.html:
##########
@@ -141,6 +141,20 @@ <h3 class="anchor-heading"><a id="streams_notable_changes"
class="anchor-link"><
<h3><a id="streams_api_changes_400"
href="#streams_api_changes_400">Streams API changes in 4.0.0</a></h3>
+ <p>
+ In this release, eos-v1 (Exactly Once Semantics version 1) is no
longer supported. To use eos-v2, brokers must be running version 2.5 or later.
+ Additionally, all deprecated methods, classes, APIs, and config
parameters up to and including AK 3.5 release have been removed.
+ A few important ones are listed below. The full list can be found <a
href="https://issues.apache.org/jira/browse/KAFKA-12822">here</a>.
+ <ul>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-12829">Old processor
APIs</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-12823">kstream.KStream#through
in both Java and Scala</a></li>
Review Comment:
```suggestion
<li><a
href="https://issues.apache.org/jira/browse/KAFKA-12823">KStream#through() in
both Java and Scala</a></li>
```
##########
docs/streams/upgrade-guide.html:
##########
@@ -141,6 +141,20 @@ <h3 class="anchor-heading"><a id="streams_notable_changes"
class="anchor-link"><
<h3><a id="streams_api_changes_400"
href="#streams_api_changes_400">Streams API changes in 4.0.0</a></h3>
+ <p>
+ In this release, eos-v1 (Exactly Once Semantics version 1) is no
longer supported. To use eos-v2, brokers must be running version 2.5 or later.
+ Additionally, all deprecated methods, classes, APIs, and config
parameters up to and including AK 3.5 release have been removed.
+ A few important ones are listed below. The full list can be found <a
href="https://issues.apache.org/jira/browse/KAFKA-12822">here</a>.
+ <ul>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-12829">Old processor
APIs</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-12823">kstream.KStream#through
in both Java and Scala</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-16339">"transformer" methods
and classes in both Java and Scala</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-12824">kstream.KStream#branch
in both Java and Scala</a></li>
Review Comment:
```suggestion
<li><a
href="https://issues.apache.org/jira/browse/KAFKA-12824">KStream#branch() in
both Java and Scala</a></li>
```
##########
docs/streams/upgrade-guide.html:
##########
@@ -141,6 +141,20 @@ <h3 class="anchor-heading"><a id="streams_notable_changes"
class="anchor-link"><
<h3><a id="streams_api_changes_400"
href="#streams_api_changes_400">Streams API changes in 4.0.0</a></h3>
+ <p>
+ In this release, eos-v1 (Exactly Once Semantics version 1) is no
longer supported. To use eos-v2, brokers must be running version 2.5 or later.
+ Additionally, all deprecated methods, classes, APIs, and config
parameters up to and including AK 3.5 release have been removed.
+ A few important ones are listed below. The full list can be found <a
href="https://issues.apache.org/jira/browse/KAFKA-12822">here</a>.
+ <ul>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-12829">Old processor
APIs</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-12823">kstream.KStream#through
in both Java and Scala</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-16339">"transformer" methods
and classes in both Java and Scala</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-12824">kstream.KStream#branch
in both Java and Scala</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-16332">builder methods for
Time/Session/Join/SlidingWindows</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-12827">KafkaStreams#setUncaughtExceptionHandler</a></li>
Review Comment:
```suggestion
<li><a
href="https://issues.apache.org/jira/browse/KAFKA-12827">KafkaStreams#setUncaughtExceptionHandler()</a></li>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]