Skip to content

[docs] Complete ZooKeeper client configuration documentation #4336

Description

@hanliu0830

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, default 104857600 (100 MiB), measured in bytes. Explain that it sets the ZooKeeper client's jute.maxbuffer; the ZooKeeper server limit is configured separately.
  • Correct the type of zookeeper.client.max-inflight-requests from String to Integer (default 100).

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions