This is an automated email from the ASF dual-hosted git repository.
guozhang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ef8bbc3 MINOR: Fix the corrupted html content (#292)
ef8bbc3 is described below
commit ef8bbc39aeed2eca4dc47e10e7cb80141023ccbc
Author: showuon <[email protected]>
AuthorDate: Thu Aug 13 00:21:27 2020 +0800
MINOR: Fix the corrupted html content (#292)
---
26/design.html | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/26/design.html b/26/design.html
index 9f44234..e6edc2f 100644
--- a/26/design.html
+++ b/26/design.html
@@ -515,7 +515,10 @@
<p>
<img class="centered" src="/{{version}}/images/log_compaction.png">
<p>
- $1 class="anchor-heading"><a id="$4" class="anchor-link"></a><a
href="#$4">$8$9$10
+ <h4 class="anchor-heading">
+ <a class="anchor-link" id="design_compactionguarantees"
href="#design_compactionguarantees"></a>
+ <a href="#design_compactionguarantees">What guarantees does log
compaction provide</a>?
+ </h4>
Log compaction guarantees the following:
<ol>
@@ -578,7 +581,10 @@
</ol>
</p>
- $1 class="anchor-heading"><a id="$4" class="anchor-link"></a><a
href="#$4">$8$9$10
+ <h4 class="anchor-heading">
+ <a class="anchor-link" id="design_quotasnecessary"
href="#design_quotasnecessary"></a>
+ <a href="#design_quotasnecessary">Why are quotas necessary</a>?
+ </h4>
<p>
It is possible for producers and consumers to produce/consume very high
volumes of data or generate requests at a very high
rate and thus monopolize broker resources, cause network saturation and
generally DOS other clients and the brokers themselves.