[docs] Complete ZooKeeper client configuration documentation
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 92/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- java
- Domain
- documentation
Research direction
Start with website/docs/maintenance/configuration.md and compare its ZooKeeper table with the 11 zookeeper.* options in fluss-common/src/main/java/org/apache/fluss/config/ConfigOptions.java. Add the missing zookeeper.client.max-buffer-size entry with its type, default, units, and client/server limit explanation, then correct max-inflight-requests to Integer with default 100. Done means all 11 options are accurately represented.
Written by the indexing model from the issue text.
Description
Search before asking
- I searched in the issues and found nothing similar.
Description
Follow-up to #4335.
The ZooKeeper configuration reference omits zookeeper.client.max-buffer-size, which is already defined in ConfigOptions.
Update website/docs/maintenance/configuration.md to:
- Document
zookeeper.client.max-buffer-size:Integer, default104857600(100 MiB), measured in bytes. Explain that it sets the ZooKeeper client'sjute.maxbuffer; the ZooKeeper server limit is configured separately. - Correct the type of
zookeeper.client.max-inflight-requestsfromStringtoInteger(default100).
Comparing the current reference with ConfigOptions found 11 zookeeper.* options in code and 10 in the table; zookeeper.client.max-buffer-size is the only missing option.
Willingness to contribute
- I'm willing to submit a PR!
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 628
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 138
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from apache/fluss
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
infinispan/infinispan#18150 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
opensearch-project/k-NN#3597 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100