This is an automated email from the ASF dual-hosted git repository.
divijv pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 688c2c09132 MINOR: Fix broken hyperlink for producer API in
documentation (#17701)
688c2c09132 is described below
commit 688c2c091328ef7459136496e2e02b6504618a79
Author: wperlichek <[email protected]>
AuthorDate: Wed Nov 6 01:26:36 2024 -0800
MINOR: Fix broken hyperlink for producer API in documentation (#17701)
Reviewers: Divij Vaidya <[email protected]>
---
docs/design.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/design.html b/docs/design.html
index dd4c5d9865e..f775552f4cf 100644
--- a/docs/design.html
+++ b/docs/design.html
@@ -160,7 +160,7 @@
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="#producerapi">api</a> for the producer can be found
elsewhere in the documentation.
<h3 class="anchor-heading"><a id="theconsumer" class="anchor-link"></a><a
href="#theconsumer">4.5 The Consumer</a></h3>