James Cheng created KAFKA-10801:
-----------------------------------
Summary: Docs on configuration have multiple places using the same
HTML anchor tag
Key: KAFKA-10801
URL: https://issues.apache.org/jira/browse/KAFKA-10801
Project: Kafka
Issue Type: Improvement
Components: documentation
Affects Versions: 2.5.1, 2.6.0
Reporter: James Cheng
The configuration option "compression.type" is a configuration option on the
Kafka Producer as well as on the Kafka brokers.
The same HTML anchor #compression.type is used on both of those entries. So if
you click or bookmark the link
[http://kafka.apache.org/documentation/#compression.type] , it will always
bring you to the first entry (the broker-side config). It will never bring you
to the 2nd entry (producer config).
I've only noticed this for the compression.type config, but it is possible that
it also applies to any other config option that is the same between the
broker/producer/consumer.
We should at least fix it for compression.type, and we should possibly fix it
across the entire document.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)