This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new ac495f9ef75 MINOR: Clean Javadoc for BrokerReconfigurable interface
(#20593)
ac495f9ef75 is described below
commit ac495f9ef754dcd6c325f7ea46deaa5e86fba2ce
Author: Sanskar Jhajharia <[email protected]>
AuthorDate: Fri Sep 26 16:14:02 2025 +0530
MINOR: Clean Javadoc for BrokerReconfigurable interface (#20593)
Reviewers: Mickael Maison <[email protected]>, TengYao Chi
<[email protected]>
---
.../src/main/java/org/apache/kafka/config/BrokerReconfigurable.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/server-common/src/main/java/org/apache/kafka/config/BrokerReconfigurable.java
b/server-common/src/main/java/org/apache/kafka/config/BrokerReconfigurable.java
index b7076f05ef3..f17590317bf 100644
---
a/server-common/src/main/java/org/apache/kafka/config/BrokerReconfigurable.java
+++
b/server-common/src/main/java/org/apache/kafka/config/BrokerReconfigurable.java
@@ -32,7 +32,6 @@ import java.util.Set;
* <li>Validating the new configuration before applying it via {@link
#validateReconfiguration(AbstractConfig)}</li>
* <li>Applying the new configuration via {@link
#reconfigure(AbstractConfig, AbstractConfig)}</li>
* </ol>
- * <strong>Note: Since Kafka is eliminating Scala, developers should implement
this interface instead of {@link kafka.server.BrokerReconfigurable}</strong>
*/
public interface BrokerReconfigurable {
/**