Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes by GitHub action #360

Merged
merged 1 commit into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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