We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5736d50 commit d76442eCopy full SHA for d76442e
clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
@@ -1903,7 +1903,7 @@ default RemoveRaftVoterResult removeRaftVoter(
1903
* Remove a voter node from the KRaft metadata quorum.
1904
*
1905
* <p>
1906
- * The clusterId in {@link AddRaftVoterOptions} is optional.
+ * The clusterId in {@link RemoveRaftVoterOptions} is optional.
1907
* If provided, the operation will only succeed if the cluster id matches the id
1908
* of the current cluster. If the cluster id does not match, the operation
1909
* will fail with {@link InconsistentClusterIdException}.
0 commit comments