chia7712 commented on code in PR #20811: URL: https://github.com/apache/kafka/pull/20811#discussion_r2649697648
########## docs/getting-started/upgrade.md: ########## @@ -33,7 +33,7 @@ type: docs ### Notable changes in 4.3.0 * Two new configs have been introduced: `group.coordinator.cached.buffer.max.bytes` and `share.coordinator.cached.buffer.max.bytes`. They allow the respective coordinators to set the maximum buffer size retained for reuse. For further details, please refer to [KIP-1196](https://cwiki.apache.org/confluence/x/hA5JFg). - + * The new config have been introduced: `rlmm.config.remote.log.metadata.topic.min.isr` with 2 as default value. You can update the value for the existed __remote_log_metadata topic via kafka-configs.sh if needed. For further details, please refer to [KIP-1235](https://cwiki.apache.org/confluence/x/yommFw). Review Comment: Since `rlmm.config` is just a prefix, we should refer to `remote.log.metadata.topic.min.isr` instead. Also, for existing topics, users need to update `min.insync.replicas ` rather than `remote.log.metadata.topic.min.isr`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
