Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2025-03-11 Thread via GitHub
mjsax commented on PR #18091: URL: https://github.com/apache/kafka/pull/18091#issuecomment-2716160051 Thanks for the PR. Merged to `trunk` and cherry-picked to `4.0` branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2025-03-11 Thread via GitHub
mjsax merged PR #18091: URL: https://github.com/apache/kafka/pull/18091 -- 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.or

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2025-03-11 Thread via GitHub
mjsax commented on PR #18091: URL: https://github.com/apache/kafka/pull/18091#issuecomment-2715141685 Thanks for the update @m1a2st -- to be the PR LG now. -- 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

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2025-03-11 Thread via GitHub
m1a2st commented on code in PR #18091: URL: https://github.com/apache/kafka/pull/18091#discussion_r1987411819 ## docs/compatibility.html: ## @@ -0,0 +1,225 @@ + + + + + + +Compatibility +With the release of Kafka 4.0, significant changes have been introduced

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2025-03-11 Thread via GitHub
m1a2st commented on code in PR #18091: URL: https://github.com/apache/kafka/pull/18091#discussion_r1989425716 ## docs/compatibility.html: ## @@ -0,0 +1,225 @@ + + + + + + +Compatibility +With the release of Kafka 4.0, significant changes have been introduced

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2025-03-11 Thread via GitHub
m1a2st commented on PR #18091: URL: https://github.com/apache/kafka/pull/18091#issuecomment-2713459933 Hello @mjsax, @dajac, Sorry for the late reply. I've been thinking about the relationship between the "Client/Broker Forward Compatibility" matrix and KIP-1124. Since KIP-1124 has alread

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2025-03-10 Thread via GitHub
mjsax commented on PR #18091: URL: https://github.com/apache/kafka/pull/18091#issuecomment-2712706203 Seems the PR need to be rebased to resolve merge conflicts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2025-03-07 Thread via GitHub
mjsax commented on code in PR #18091: URL: https://github.com/apache/kafka/pull/18091#discussion_r1984211009 ## docs/compatibility.html: ## @@ -0,0 +1,225 @@ + + + + + + +Compatibility +With the release of Kafka 4.0, significant changes have been introduced

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2025-03-04 Thread via GitHub
m1a2st commented on code in PR #18091: URL: https://github.com/apache/kafka/pull/18091#discussion_r1979444016 ## docs/compatibility.html: ## @@ -0,0 +1,206 @@ + + + + + + + + + +With the release of Kafka 4.0, significant chang

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2025-03-03 Thread via GitHub
mjsax commented on code in PR #18091: URL: https://github.com/apache/kafka/pull/18091#discussion_r1978441481 ## docs/compatibility.html: ## @@ -0,0 +1,206 @@ + + + + + + + + + +With the release of Kafka 4.0, significant change

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2024-12-10 Thread via GitHub
divijvaidya commented on code in PR #18091: URL: https://github.com/apache/kafka/pull/18091#discussion_r1878132960 ## docs/compatibility.html: ## @@ -0,0 +1,206 @@ + + + + + + + + + +With the release of Kafka 4.0, significant

Re: [PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2024-12-07 Thread via GitHub
divijvaidya commented on code in PR #18091: URL: https://github.com/apache/kafka/pull/18091#discussion_r1874555000 ## docs/compatibility.html: ## @@ -0,0 +1,200 @@ + + + + + + + + + +With the release of Kafka 4.0, significant

[PR] KAFKA-18074: Add kafka client compatibility matrix [kafka]

2024-12-07 Thread via GitHub
m1a2st opened a new pull request, #18091: URL: https://github.com/apache/kafka/pull/18091 Jira: https://issues.apache.org/jira/browse/KAFKA-18074 we add new section for Kafka 4.0 compatibility metrics for user, so user can check server and client in this section. ### Committer