MINOR: Fixed broken link to the IBM article about j-zerocopy (#6749)

Reviewers: Jason Gustafson <jason@confluent.io>
This commit is contained in:
commandini 2019-05-18 23:41:39 +02:00 committed by Jason Gustafson
parent 9fa331b811
commit 51c72ad025
1 changed files with 1 additions and 1 deletions

View File

@ -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>