[
https://issues.apache.org/jira/browse/KAFKA-10801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243078#comment-17243078
]
James Cheng commented on KAFKA-10801:
-------------------------------------
Thanks [~tombentley]!
I just looked it up. For future reference, this was fixed in
https://github.com/apache/kafka/pull/8878
> 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.6.0, 2.5.1
> Reporter: James Cheng
> Priority: Minor
> Fix For: 2.7.0
>
>
> 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)