pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

[fix][doc] Fix wrong description of `pulsar.allocator.leak_detection` and remove 'Client memory allocator configuration' section from the old version doc

Open RobertIndie opened this issue 3 years ago • 0 comments

Fixes #16804

Motivation

The property "pulsar.allocator.leak_detection" has wrong description: "Service URL provider for Pulsar service" in https://pulsar.apache.org/docs/client-libraries-java/#client-memory-allocator-configuration.

In addition, this PR also remove 'Client memory allocator configuration' section from the old version doc. This section should only appear after 2.10.0 and seems to be mistakenly added to the old version. See this PR: https://github.com/apache/pulsar/pull/12481

Modifications

  • Fix the wrong description.
  • Remove 'Client memory allocator configuration' section from the old version doc.

Documentation

Check the box below or label this PR directly.

Need to update docs?

  • [ ] doc-required (Your PR needs to update docs and you will update later)

  • [ ] doc-not-needed (Please explain why)

  • [x] doc (Your PR contains doc changes)

  • [ ] doc-complete (Docs have been already added)

RobertIndie avatar Aug 09 '22 03:08 RobertIndie