ableegoldman commented on a change in pull request #6592: URL: https://github.com/apache/kafka/pull/6592#discussion_r631328727
########## File path: docs/streams/upgrade-guide.html ########## @@ -1104,6 +1104,12 @@ <h3 class="anchor-heading"><a id="streams_api_changes_0101" class="anchor-link"> <li> JoinWindows has no default size anymore: JoinWindows.of("name").within(1000) changes to JoinWindows.of(1000) </li> </ul> + <p> New serde type <code>ListSerde</code>: </p> + <ul> + <li> added class <code>ListSerde</code> to (de)serialize <code>List</code>-based objects </li> + <li> introduced <code>ListSerializer</code> and <code>ListDeserializer</code> to power the new functionality </li> + </ul> + Review comment: Can you move this up to the top of this file, under the `Streams changes in 3.0` section? It's in reverse order, so the newest stuff goes at the top. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org