mirror of https://github.com/apache/kafka.git
MINOR: Remove `TargetVoters` from `DescribeQuorum` (#9376)
This field is leftover from the early days of the KIP when it covered reassignment. The API is not exposed yet, so there is no harm updating the first version. Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
parent
75e5358525
commit
218135a4a1
|
@ -37,7 +37,6 @@
|
|||
"about": "The latest known leader epoch"},
|
||||
{ "name": "HighWatermark", "type": "int64", "versions": "0+"},
|
||||
{ "name": "CurrentVoters", "type": "[]ReplicaState", "versions": "0+" },
|
||||
{ "name": "TargetVoters", "type": "[]ReplicaState", "versions": "0+" },
|
||||
{ "name": "Observers", "type": "[]ReplicaState", "versions": "0+" }
|
||||
]}
|
||||
]}],
|
||||
|
|
Loading…
Reference in New Issue