ableegoldman commented on code in PR #17906: URL: https://github.com/apache/kafka/pull/17906#discussion_r1853237770
########## docs/streams/upgrade-guide.html: ########## @@ -1634,27 +1652,30 @@ <h3 class="anchor-heading"><a id="streams_api_broker_compat" class="anchor-link" <thead> <tr> <th></th> - <th colspan="3">Kafka Broker (columns)</th> + <th colspan="4">Kafka Broker (columns)</th> </tr> </thead> <tbody> <tr> <td>Kafka Streams API (rows)</td> <td>0.10.0.x</td> <td>0.10.1.x and 0.10.2.x</td> - <td>0.11.0.x and<br>1.0.x and<br>1.1.x and<br>2.0.x and<br>2.1.x and<br>2.2.x and<br>2.3.x and<br>2.4.x and<br>2.5.x and<br>2.6.x and<br>2.7.x and<br>2.8.x and<br>3.0.x and<br>3.1.x and<br>3.2.x and<br>3.3.x and<br>3.4.x and<br>3.5.x and<br>3.6.x and<br>3.7.x</td> + <td>0.11.0.x and<br>1.0.x and<br>1.1.x and<br>2.0.x</td> + <td>2.1.x and<br>2.2.x and<br>2.3.x and<br>2.4.x and<br>2.5.x and<br>2.6.x and<br>2.7.x and<br>2.8.x and<br>3.0.x and<br>3.1.x and<br>3.2.x and<br>3.3.x and<br>3.4.x and<br>3.5.x and<br>3.6.x and<br>3.7.x and<br>3.8.x and<br>3.9.x and<br>4.0.x</td> </tr> <tr> <td>0.10.0.x</td> <td>compatible</td> <td>compatible</td> <td>compatible</td> + <td>compatible</td> Review Comment: @ijuma just to confirm my reading of KIP-896, the change only affects older clients compatibility with newer brokers, not the other way around, right? In other words a 0.11 client could still run against a 4.0 broker? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org