You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "JimGalasyn (via GitHub)" <gi...@apache.org> on 2023/06/29 21:35:37 UTC

[GitHub] [kafka] JimGalasyn opened a new pull request, #13937: Add Streams API broker compatibility table

JimGalasyn opened a new pull request, #13937:
URL: https://github.com/apache/kafka/pull/13937

   Add a broker compatibility matrix to the Streams Developer Guide.


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] mjsax commented on a diff in pull request #13937: Add Streams API broker compatibility table

Posted by "mjsax (via GitHub)" <gi...@apache.org>.
mjsax commented on code in PR #13937:
URL: https://github.com/apache/kafka/pull/13937#discussion_r1260153209


##########
docs/streams/upgrade-guide.html:
##########
@@ -1292,6 +1294,57 @@ <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>
 
+    <h3 class="anchor-heading"><a id="streams_api_broker_compat" class="anchor-link"></a><a href="#streams_api_broker_compat">Streams API broker compatibility</a></h3>
+
+    <p>The following table shows which versions of the Kafka Streams API are compatible with various Kafka broker versions.</p>
+
+    <table border="1" class="non-scrolling-table docutils">
+        <thead>
+          <tr>
+            <th></th>
+            <th colspan="3">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</td>

Review Comment:
   Seems we need to at 3.5 that was released in the mean time?



##########
docs/streams/upgrade-guide.html:
##########
@@ -1292,6 +1294,57 @@ <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>
 
+    <h3 class="anchor-heading"><a id="streams_api_broker_compat" class="anchor-link"></a><a href="#streams_api_broker_compat">Streams API broker compatibility</a></h3>
+
+    <p>The following table shows which versions of the Kafka Streams API are compatible with various Kafka broker versions.</p>
+
+    <table border="1" class="non-scrolling-table docutils">
+        <thead>
+          <tr>
+            <th></th>
+            <th colspan="3">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</td>
+          </tr>
+          <tr>
+            <td>0.10.0.x</td>
+            <td>compatible</td>
+            <td>compatible</td>
+            <td>compatible</td>
+          </tr>
+          <tr>
+            <td>0.10.1.x and 0.10.2.x</td>
+            <td></td>
+            <td>compatible</td>
+            <td>compatible</td>
+          </tr>
+          <tr>
+            <td>0.11.0.x</td>
+            <td></td>
+            <td>compatible with exactly-once turned off<br>(requires broker version 0.11.0.x or higher)</td>
+            <td>compatible</td>
+          </tr>
+          <tr>
+            <td>1.0.x and<br>1.1.x and<br>2.0.x and<br>2.1.x and<br>2.2.0 and<br>2.2.0</td>
+            <td></td>
+            <td>compatible with exactly-once turned off<br>(requires broker version 0.11.0.x or higher);<br>requires message format 0.10 or higher;<br>message headers are not supported<br>(requires broker version 0.11.0.x or higher<br>with message format 0.11 or higher)</td>
+            <td>compatible; requires message format 0.10 or higher;<br>if message headers are used, message format 0.11<br>or higher required</td>
+          </tr>
+          <tr>
+            <td>2.2.1 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</td>

Review Comment:
   Same here.



-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] mjsax commented on pull request #13937: Add Streams API broker compatibility table

Posted by "mjsax (via GitHub)" <gi...@apache.org>.
mjsax commented on PR #13937:
URL: https://github.com/apache/kafka/pull/13937#issuecomment-1631390728

   Thanks! Merged to `trunk`.


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] JimGalasyn commented on pull request #13937: Add Streams API broker compatibility table

Posted by "JimGalasyn (via GitHub)" <gi...@apache.org>.
JimGalasyn commented on PR #13937:
URL: https://github.com/apache/kafka/pull/13937#issuecomment-1631385663

   Thanks for the review, @mjsax! I added the row/col for `3.5.x`.


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] mjsax merged pull request #13937: Add Streams API broker compatibility table

Posted by "mjsax (via GitHub)" <gi...@apache.org>.
mjsax merged PR #13937:
URL: https://github.com/apache/kafka/pull/13937


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] JimGalasyn commented on pull request #13937: Add Streams API broker compatibility table

Posted by "JimGalasyn (via GitHub)" <gi...@apache.org>.
JimGalasyn commented on PR #13937:
URL: https://github.com/apache/kafka/pull/13937#issuecomment-1613837996

   cc @guozhangwang @mjsax 


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org