AndrewJSchofield commented on code in PR #17454:
URL: https://github.com/apache/kafka/pull/17454#discussion_r1796727208


##########
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:
   You are entirely correct. It's a merge mistake, that I'll fix immediately.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to