Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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+",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down