This is an automated email from the ASF dual-hosted git repository. jiacai2050 pushed a commit to branch jiacai2050-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-horaedb-docs.git
commit a49db5e70fe83e9e7e3dd1e530384b3f54271627 Author: Jiacai Liu <[email protected]> AuthorDate: Tue Jan 23 10:46:13 2024 +0800 Update with_meta.md --- docs/src/en/cluster_deployment/with_meta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/en/cluster_deployment/with_meta.md b/docs/src/en/cluster_deployment/with_meta.md index e6439f9..45daa43 100644 --- a/docs/src/en/cluster_deployment/with_meta.md +++ b/docs/src/en/cluster_deployment/with_meta.md @@ -163,7 +163,7 @@ If you have deployed a Kafka cluster, HoraeDB can also use it as the WAL storage type = "Kafka" [analytic.wal.kafka.client] -boost_broker = "{boost_broker}" +boost_brokers = [ "{boost_broker1}", "{boost_broker2}" ] ``` ### Meta Client Config --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
