提交 a4b2cd4d 编写于 作者: 彭勇升 pengys 提交者: wu-sheng

Make ZooKeeper Version Compatibility clear in document (#1916)

* ZooKeeper Version Compatibility

* Update backend-cluster.md

Reorganize words. cc @peng-yongsheng

* Update application.yml

* Update application.yml
上级 7188c9c7
......@@ -12,7 +12,13 @@ by using k8s native APIs to manage cluster.
## Zookeeper coordinator
Zookeeper is a very common and wide used cluster coordinator. Set the **cluster** module's implementor
to **zookeeper** in the yml to active.
to **zookeeper** in the yml to active.
Required Zookeeper version, 3.5+
Zookeeper version is required above 3.5 by Curator 4.0 lib, but actually Curator 4.0 is compatible with ZooKeeper 3.4.x.
To make ZooKeeper 3.4.x works, please replace the ZooKeeper 3.5+ library jar in `oap-libs` folder with ZooKeeper 3.4.x library.
```yaml
cluster:
zookeeper:
......
......@@ -16,6 +16,8 @@
cluster:
standalone:
# Please check your ZooKeeper is 3.5+, However, it is also compatible with ZooKeeper 3.4.x. Replace the ZooKeeper 3.5+
# library in the oap-libs folder with your ZooKeeper 3.4.x libraru.
# zookeeper:
# hostPort: localhost:2181
# # Retry Policy
......
......@@ -16,6 +16,8 @@
cluster:
standalone:
# Please check your ZooKeeper is 3.5+, However, it is also compatible with ZooKeeper 3.4.x. Replace the ZooKeeper 3.5+
# library the oap-libs folder with your ZooKeeper 3.4.x library.
# zookeeper:
# hostPort: localhost:2181
# # Retry Policy
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册