mirror of https://github.com/apache/kafka.git
MINOR: Fixed broken link to the IBM article about j-zerocopy (#6749)
Reviewers: Jason Gustafson <jason@confluent.io>
This commit is contained in:
parent
9fa331b811
commit
51c72ad025
|
@ -125,7 +125,7 @@
|
|||
<p>
|
||||
This combination of pagecache and sendfile means that on a Kafka cluster where the consumers are mostly caught up you will see no read activity on the disks whatsoever as they will be serving data entirely from cache.
|
||||
<p>
|
||||
For more background on the sendfile and zero-copy support in Java, see this <a href="http://www.ibm.com/developerworks/linux/library/j-zerocopy">article</a>.
|
||||
For more background on the sendfile and zero-copy support in Java, see this <a href="https://developer.ibm.com/articles/j-zerocopy/">article</a>.
|
||||
|
||||
<h4><a id="design_compression" href="#design_compression">End-to-end Batch Compression</a></h4>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue