This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 22d1ba8265d KAFKA-18270: FindCoordinator v0 incorrectly tagged as
deprecated (#18262)
22d1ba8265d is described below
commit 22d1ba8265d44738ff81a5031d523a009237aa46
Author: Ismael Juma <[email protected]>
AuthorDate: Thu Dec 19 06:25:17 2024 -0800
KAFKA-18270: FindCoordinator v0 incorrectly tagged as deprecated (#18262)
It's now consistent with KIP-896.
---
clients/src/main/resources/common/message/FindCoordinatorRequest.json | 1 -
1 file changed, 1 deletion(-)
diff --git
a/clients/src/main/resources/common/message/FindCoordinatorRequest.json
b/clients/src/main/resources/common/message/FindCoordinatorRequest.json
index 69e154d1252..7a926501f7b 100644
--- a/clients/src/main/resources/common/message/FindCoordinatorRequest.json
+++ b/clients/src/main/resources/common/message/FindCoordinatorRequest.json
@@ -31,7 +31,6 @@
// Version 6 adds support for share groups (KIP-932).
// For key type SHARE (2), the coordinator key format is
"groupId:topicId:partition".
"validVersions": "0-6",
- "deprecatedVersions": "0",
"flexibleVersions": "3+",
"fields": [
{ "name": "Key", "type": "string", "versions": "0-3",