Browse Source

MINOR: Fix typos introduced in KIP-559 (#8042)

A few references to KIP-559 in the schema definitions needed to be fixed.

Reviewers: Brajesh Kumar <bristy@users.noreply.github.com>, Ron Dagostino <rdagostino@confluent.io>, Jason Gustafson <jason@confluent.io>
pull/8057/head
David Jacot 5 years ago committed by GitHub
parent
commit
5db02ead60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      clients/src/main/resources/common/message/JoinGroupResponse.json
  2. 2
      clients/src/main/resources/common/message/SyncGroupRequest.json
  3. 2
      clients/src/main/resources/common/message/SyncGroupResponse.json

2
clients/src/main/resources/common/message/JoinGroupResponse.json

@ -30,7 +30,7 @@
// //
// Version 6 is the first flexible version. // 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", "validVersions": "0-7",
"flexibleVersions": "6+", "flexibleVersions": "6+",
"fields": [ "fields": [

2
clients/src/main/resources/common/message/SyncGroupRequest.json

@ -24,7 +24,7 @@
// Version 4 is the first flexible version. // Version 4 is the first flexible version.
// //
// Starting from version 5, the client sends the Protocol Type and the Protocol Name // 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. // with the Type and Name known by the broker.
"validVersions": "0-5", "validVersions": "0-5",
"flexibleVersions": "4+", "flexibleVersions": "4+",

2
clients/src/main/resources/common/message/SyncGroupResponse.json

@ -26,7 +26,7 @@
// Version 4 is the first flexible version. // Version 4 is the first flexible version.
// //
// Starting from version 5, the broker sends back the Protocol Type and the Protocol Name // 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", "validVersions": "0-5",
"flexibleVersions": "4+", "flexibleVersions": "4+",
"fields": [ "fields": [

Loading…
Cancel
Save