[fix][doc] Fix wrong description of `pulsar.allocator.leak_detection` and remove 'Client memory allocator configuration' section from the old version doc
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)