From d5aed52963b7bce769c3abd5cd3ffeec9a3a3834 Mon Sep 17 00:00:00 2001 From: David Jacot Date: Wed, 5 Feb 2020 11:14:06 +0100 Subject: [PATCH] MINOR: Fix typos introduced in KIP-559 --- .../src/main/resources/common/message/JoinGroupResponse.json | 2 +- clients/src/main/resources/common/message/SyncGroupRequest.json | 2 +- .../src/main/resources/common/message/SyncGroupResponse.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/src/main/resources/common/message/JoinGroupResponse.json b/clients/src/main/resources/common/message/JoinGroupResponse.json index 6be673a0b7c50..f95ec01bbb751 100644 --- a/clients/src/main/resources/common/message/JoinGroupResponse.json +++ b/clients/src/main/resources/common/message/JoinGroupResponse.json @@ -30,7 +30,7 @@ // // Version 6 is the first flexible version. // - // Starting from version 7, the broker sends back the Protocol Type to the client (KIP-599). + // Starting from version 7, the broker sends back the Protocol Type to the client (KIP-559). "validVersions": "0-7", "flexibleVersions": "6+", "fields": [ diff --git a/clients/src/main/resources/common/message/SyncGroupRequest.json b/clients/src/main/resources/common/message/SyncGroupRequest.json index 2b9c4db364862..a0a599150ef53 100644 --- a/clients/src/main/resources/common/message/SyncGroupRequest.json +++ b/clients/src/main/resources/common/message/SyncGroupRequest.json @@ -24,7 +24,7 @@ // Version 4 is the first flexible version. // // Starting from version 5, the client sends the Protocol Type and the Protocol Name - // to the broker (KIP-599). The broker will reject the request if they are inconsistent + // to the broker (KIP-559). The broker will reject the request if they are inconsistent // with the Type and Name known by the broker. "validVersions": "0-5", "flexibleVersions": "4+", diff --git a/clients/src/main/resources/common/message/SyncGroupResponse.json b/clients/src/main/resources/common/message/SyncGroupResponse.json index 5cb121975bd89..4aa17e0d79ad9 100644 --- a/clients/src/main/resources/common/message/SyncGroupResponse.json +++ b/clients/src/main/resources/common/message/SyncGroupResponse.json @@ -26,7 +26,7 @@ // Version 4 is the first flexible version. // // Starting from version 5, the broker sends back the Protocol Type and the Protocol Name - // to the client (KIP-599). + // to the client (KIP-559). "validVersions": "0-5", "flexibleVersions": "4+", "fields": [