Skip to content

Commit

Permalink
Update documentation after commit 9de0c84 (#360)
Browse files Browse the repository at this point in the history
Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Jan 20, 2024
1 parent 9de0c84 commit 1e3e29b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/articles/performance.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ <h1 id="knet-performance-evaluation">KNet: performance evaluation</h1>
<li><a href="#produce-and-consume-benchmark">Produce and Consume Benchmark</a></li>
<li><a href="#roundtrip-benchmark">Roundtrip benchmark</a></li>
</ol>
<div class="IMPORTANT">
<h5>Important</h5>
<p>Following applies to an older version: latests JNet(2.2.1+)/JCOBridge(2.5.10+) contain performance improvements shall be tested again.</p>
</div>
<h2 id="initial-considerations">Initial considerations</h2>
<p>Apache Kafka is a client-server architecture which relies on the network for communication.
The entire infrastructure performance depends on some elements:</p>
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ <h3 id="news">News</h3>
<li>V1.4.7+: From version 1.4.7 there is a new project, named KNetConnect, to execute Apache Kafka Connect related jobs, <a href="articles/usageConnect.html">here full usage</a>.</li>
<li>V1.5.4+: From version 1.5.4 there are new packages dedicated to <a href="articles/usageSerDes.html">KNet Serializer/Deserializer</a></li>
<li>V2.0.0+: From version 2.0.0 the code base is fully reflected from the JARs of the Apache Kafka distribution downloaded from Maven; some developed classes still remains beside the specific KNet implementations</li>
<li>V2.4.0+: From version 2.4.0 it is available the new KNet Streams SDK</li>
</ul>
<hr>
<h2 id="runtime-engine">Runtime engine</h2>
Expand Down

0 comments on commit 1e3e29b

Please sign in to comment.