jolshan commented on code in PR #17454:
URL: https://github.com/apache/kafka/pull/17454#discussion_r1795961052
##########
docs/design.html:
##########
@@ -160,7 +160,7 @@ <h4 class="anchor-heading"><a id="design_asyncsend"
class="anchor-link"></a><a h
to accumulate no more than a fixed number of messages and to wait no
longer than some fixed latency bound (say 64k or 10 ms). This allows the
accumulation of more bytes to send, and few larger I/O operations on the
servers. This buffering is configurable and gives a mechanism to trade off
a small amount of additional latency for better throughput.
<p>
- Details on <a href="#producerconfigs">configuration</a> and the <a
href="https://kafka.apache.org/{{version}}/javadoc/org/apache/kafka/clients/producer/KafkaProducer.html">api</a>
for the producer can be found
+ Details on <a href="#producerconfigs">configuration</a> and the <a
href="https://kafka.apache.org/082/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html">api</a>
for the producer can be found
Review Comment:
why did we make this change? I don't think we want to link to the 0.8.2 docs
(they also seem to be broken)
We want the latest ones right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]