TaiJuWu commented on code in PR #19383: URL: https://github.com/apache/kafka/pull/19383#discussion_r2029911586
########## server-common/src/main/java/org/apache/kafka/config/BrokerReconfigurable.java: ########## @@ -27,13 +29,10 @@ * The reconfiguration process follows three steps: * <ol> * <li>Determining which configurations can be dynamically updated via {@link #reconfigurableConfigs()}</li> - * <li>Validating the new configuration before applying it via {@link #validateReconfiguration(AbstractKafkaConfig)}</li> - * <li>Applying the new configuration via {@link #reconfigure(AbstractKafkaConfig, AbstractKafkaConfig)}</li> + * <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> Review Comment: Is this doc out-of-date? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org