File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
clients/src/main/java/org/apache/kafka/clients/admin Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1520,8 +1520,7 @@ default DescribeMetadataQuorumResult describeMetadataQuorum() {
1520
1520
/**
1521
1521
* Unregister a broker.
1522
1522
* <p>
1523
- * This operation does not have any effect on partition assignments. It is supported
1524
- * only on Kafka clusters which use Raft to store metadata, rather than ZooKeeper.
1523
+ * This operation does not have any effect on partition assignments.
1525
1524
*
1526
1525
* This is a convenience method for {@link #unregisterBroker(int, UnregisterBrokerOptions)}
1527
1526
*
@@ -1537,17 +1536,15 @@ default UnregisterBrokerResult unregisterBroker(int brokerId) {
1537
1536
/**
1538
1537
* Unregister a broker.
1539
1538
* <p>
1540
- * This operation does not have any effect on partition assignments. It is supported
1541
- * only on Kafka clusters which use Raft to store metadata, rather than ZooKeeper.
1539
+ * This operation does not have any effect on partition assignments.
1542
1540
*
1543
1541
* The following exceptions can be anticipated when calling {@code get()} on the future from the
1544
1542
* returned {@link UnregisterBrokerResult}:
1545
1543
* <ul>
1546
1544
* <li>{@link org.apache.kafka.common.errors.TimeoutException}
1547
1545
* If the request timed out before the describe operation could finish.</li>
1548
1546
* <li>{@link org.apache.kafka.common.errors.UnsupportedVersionException}
1549
- * If the software is too old to support the unregistration API, or if the
1550
- * cluster is not using Raft to store metadata.
1547
+ * If the software is too old to support the unregistration API.
1551
1548
* </ul>
1552
1549
* <p>
1553
1550
*
You can’t perform that action at this time.
0 commit comments