Re: [PR] MINOR: Add protocol documentation about ApiVersions Fallback behaviour [kafka]

2024-12-04 Thread via GitHub
showuon merged PR #17967: URL: https://github.com/apache/kafka/pull/17967 -- 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.

Re: [PR] MINOR: Add protocol documentation about ApiVersions Fallback behaviour [kafka]

2024-12-04 Thread via GitHub
robobario commented on code in PR #17967: URL: https://github.com/apache/kafka/pull/17967#discussion_r1870555818 ## docs/protocol.html: ## @@ -143,7 +138,13 @@ ApiVersionRequest is not available. Also, note that broker versions older -than 0.10.0.0 do not support this A

Re: [PR] MINOR: Add protocol documentation about ApiVersions Fallback behaviour [kafka]

2024-12-04 Thread via GitHub
robobario commented on code in PR #17967: URL: https://github.com/apache/kafka/pull/17967#discussion_r1870553518 ## docs/protocol.html: ## @@ -143,7 +138,13 @@ ApiVersionRequest is not available. Also, note that broker versions older -than 0.10.0.0 do not support this A

Re: [PR] MINOR: Add protocol documentation about ApiVersions Fallback behaviour [kafka]

2024-12-04 Thread via GitHub
robobario commented on code in PR #17967: URL: https://github.com/apache/kafka/pull/17967#discussion_r1870554713 ## docs/protocol.html: ## @@ -143,7 +138,13 @@ ApiVersionRequest is not available. Also, note that broker versions older -than 0.10.0.0 do not support this A

Re: [PR] MINOR: Add protocol documentation about ApiVersions Fallback behaviour [kafka]

2024-12-04 Thread via GitHub
robobario commented on code in PR #17967: URL: https://github.com/apache/kafka/pull/17967#discussion_r1870553518 ## docs/protocol.html: ## @@ -143,7 +138,13 @@ ApiVersionRequest is not available. Also, note that broker versions older -than 0.10.0.0 do not support this A

Re: [PR] MINOR: Add protocol documentation about ApiVersions Fallback behaviour [kafka]

2024-12-03 Thread via GitHub
showuon commented on code in PR #17967: URL: https://github.com/apache/kafka/pull/17967#discussion_r1867366368 ## docs/protocol.html: ## @@ -143,7 +138,13 @@ ApiVersionRequest is not available. Also, note that broker versions older -than 0.10.0.0 do not support this API

Re: [PR] MINOR: Add protocol documentation about ApiVersions Fallback behaviour [kafka]

2024-11-27 Thread via GitHub
robobario commented on code in PR #17967: URL: https://github.com/apache/kafka/pull/17967#discussion_r1861278947 ## docs/protocol.html: ## @@ -143,7 +138,13 @@ ApiVersionRequest is not available. Also, note that broker versions older -than 0.10.0.0 do not support this A

[PR] MINOR: Add protocol documentation about ApiVersions Fallback behaviour [kafka]

2024-11-27 Thread via GitHub
robobario opened a new pull request, #17967: URL: https://github.com/apache/kafka/pull/17967 Documents current ApiVersions fallback mechanism The broker behaviour when it receives an ApiVersionsRequest ahead of it's supported versions is useful to know as an implementor/manipulator of