This is an automated email from the ASF dual-hosted git repository.
manikumar 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 ffd6f2a MINOR: Fix doc format in upgrade notes
ffd6f2a is described below
commit ffd6f2a2e8a573695d0c1c98e663f0b8198b1b6d
Author: hejiefang <[email protected]>
AuthorDate: Wed Jan 2 19:30:51 2019 +0530
MINOR: Fix doc format in upgrade notes
Author: hejiefang <[email protected]>
Reviewers: Srinivas <[email protected]>, Manikumar Reddy
<[email protected]>
Closes #6076 from hejiefang/modifynotable
---
docs/upgrade.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 154547b..0b6b83a 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -164,7 +164,7 @@
<li><a href="https://cwiki.apache.org/confluence/x/oYtjB">KIP-186</a>
increases the default offset retention time from 1 day to 7 days. This makes it
less likely to "lose" offsets in an application that commits infrequently. It
also increases the active set of offsets and therefore can increase memory
usage on the broker. Note that the console consumer currently enables offset
commit by default and can be the source of a large number of offsets which this
change will now preserve for [...]
<li>Support for Java 7 has been dropped, Java 8 is now the minimum version
required.</li>
<li> The default value for
<code>ssl.endpoint.identification.algorithm</code> was changed to
<code>https</code>, which performs hostname verification (man-in-the-middle
attacks are possible otherwise). Set
<code>ssl.endpoint.identification.algorithm</code> to an empty string to
restore the previous behaviour. </li>
- <li><a
href="https://issues.apache.org/jira/browse/KAFKA-5674">KAFKA-5674</a> extends
the lower interval of <code>max.connections.per.ip minimum</code> to zero and
therefore allows IP-based filtering of inbound connections.</li>
+ <li><a
href="https://issues.apache.org/jira/browse/KAFKA-5674">KAFKA-5674</a> extends
the lower interval of <code>max.connections.per.ip</code> minimum to zero and
therefore allows IP-based filtering of inbound connections.</li>
<li><a
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-272%3A+Add+API+version+tag+to+broker%27s+RequestsPerSec+metric">KIP-272</a>
added API version tag to the metric
<code>kafka.network:type=RequestMetrics,name=RequestsPerSec,request={Produce|FetchConsumer|FetchFollower|...}</code>.
This metric now becomes
<code>kafka.network:type=RequestMetrics,name=RequestsPerSec,request={Produce|FetchConsumer|FetchFollower|...},version={0|1|2|3|...}</code>.
This will impact