This is an automated email from the ASF dual-hosted git repository.
xianjingfeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uniffle-website.git
The following commit(s) were added to refs/heads/master by this push:
new c8d3f77 fix typo config name (#92)
c8d3f77 is described below
commit c8d3f77adee335d48c1da2a38df3b64dab630976
Author: Yaguang Jia <[email protected]>
AuthorDate: Mon Aug 18 15:30:53 2025 +0800
fix typo config name (#92)
---
docs/05-configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/05-configuration.md b/docs/05-configuration.md
index 08fa767..e80d34b 100644
--- a/docs/05-configuration.md
+++ b/docs/05-configuration.md
@@ -106,7 +106,7 @@ rss.server.commit.check.interval.max.ms|10000|Max
interval(ms) for check commit
|Property Name|Default|Description|
|---|---|---|
-|rss.c.ient.type|GRPC|rpc client type|
+|rss.client.type|GRPC_NETTY|rpc client type|
|rss.client.retry.max|100|max rpc retry count|
|rss.client.retry.interval.max|10000|rpc retry interval (ms)|
|rss.coordinator.quorum|-|coordinator quorum to acess|