MASES.KNet.Templates
1.2.0
See the version list below for details.
dotnet new install MASES.KNet.Templates::1.2.0
KNet: the .NET API mirror for Apache Kafka
KNet | KNetCLI | KNet.Templates |
---|---|---|
KNet is a .NET mirror for Apache Kafka APIs providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to coc_reporting@masesgroup.com.
Scope of the project
This project aims to create a library to direct access, from .NET, all the features available in the Apache Kafka binary distribution. The packages are downloaded from:
kafka-clients | kafka-streams | kafka-tools | kafka_2.13 | connect-runtime |
---|---|---|---|---|
There are many client libraries written to manage communication with Apache Kafka. Conversely, this project use directly the Java packages released from The Apache Foundation giving more than one benefit:
- all implemented features are availables at no extra implementation costs, see KNet usage;
- avoids any third party communication protocol implementation;
- access all features made available from Apache Kafka: the most important one is Kafka Streams which does not have any C# implementation.
Runtime engine
KNet uses JNet, and indeed JCOBridge with its features, to obtain many benefits:
- Cyber-security:
- JVM and CLR, or CoreCLR, runs in the same process, but are insulated from each other;
- JCOBridge does not make any code injection into JVM;
- JCOBridge does not use any other communication mechanism than JNI;
- .NET (CLR) inherently inherits the cyber-security levels of running JVM and Apache Kafka;
- Direct access the JVM from any .NET application:
- Any Java/Scala class behind Apache Kafka can be directly managed: Consumer, Producer, Administration, Streams, Server-side, and so on;
- No need to learn new APIs: we try to expose the same APIs in C# style;
- No extra validation cycle on protocol and functionality: bug fix, improvements, new features are immediately available;
- Documentation is shared;
- Dynamic code: it helps to write a Java/Scala/Kotlin/etc seamless language code directly inside a standard .NET application written in C#/VB.NET: look at this simple example and KNet APIs extensibility.
Have a look at the following resources:
Summary
KAFKA is a registered trademark of The Apache Software Foundation. KNet has no affiliation with and is not endorsed by The Apache Software Foundation.
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.9.0 | 90 | 12/23/2024 |
2.8.2 | 103 | 11/5/2024 |
2.8.1 | 106 | 9/20/2024 |
2.8.0 | 103 | 8/6/2024 |
2.7.10 | 86 | 11/5/2024 |
2.7.9 | 92 | 9/20/2024 |
2.7.8 | 84 | 7/31/2024 |
2.7.7 | 68 | 7/30/2024 |
2.7.6 | 74 | 7/29/2024 |
2.7.5 | 178 | 7/2/2024 |
2.7.4 | 119 | 6/27/2024 |
2.7.3 | 121 | 6/24/2024 |
2.7.2 | 267 | 5/25/2024 |
2.7.1 | 289 | 5/18/2024 |
2.7.0 | 155 | 5/16/2024 |
2.6.7 | 88 | 11/5/2024 |
2.6.6 | 89 | 9/20/2024 |
2.6.5 | 108 | 9/16/2024 |
2.6.4 | 117 | 6/14/2024 |
2.6.3 | 90 | 6/11/2024 |
2.6.2 | 105 | 5/17/2024 |
2.6.1 | 395 | 5/3/2024 |
2.6.0 | 633 | 3/1/2024 |
2.5.0 | 170 | 2/28/2024 |
2.4.3 | 545 | 2/11/2024 |
2.4.2 | 516 | 1/27/2024 |
2.4.1 | 303 | 1/21/2024 |
2.4.0 | 146 | 1/20/2024 |
2.3.0 | 1,622 | 11/25/2023 |
2.2.0 | 1,174 | 10/19/2023 |
2.1.3 | 430 | 10/11/2023 |
2.1.2 | 366 | 10/6/2023 |
2.1.1 | 265 | 10/5/2023 |
2.1.0 | 264 | 9/27/2023 |
2.0.2 | 322 | 8/2/2023 |
2.0.1 | 210 | 7/11/2023 |
2.0.0 | 175 | 7/8/2023 |
1.5.5 | 192 | 7/1/2023 |
1.5.4 | 231 | 5/28/2023 |
1.5.3 | 293 | 4/16/2023 |
1.5.2 | 232 | 4/11/2023 |
1.5.1 | 305 | 3/15/2023 |
1.5.0 | 350 | 2/9/2023 |
1.4.8 | 431 | 11/28/2022 |
1.4.7 | 341 | 11/23/2022 |
1.4.6 | 337 | 11/22/2022 |
1.4.5 | 346 | 11/21/2022 |
1.4.4 | 407 | 11/1/2022 |
1.4.3 | 429 | 10/21/2022 |
1.4.2 | 443 | 10/17/2022 |
1.4.1 | 439 | 10/10/2022 |
1.4.0 | 426 | 10/6/2022 |
1.3.6 | 446 | 9/19/2022 |
1.3.5 | 468 | 9/8/2022 |
1.3.4 | 461 | 8/18/2022 |
1.3.3 | 489 | 8/5/2022 |
1.3.2 | 548 | 6/19/2022 |
1.3.1 | 502 | 5/23/2022 |
1.2.4 | 472 | 5/11/2022 |
1.2.3 | 476 | 5/7/2022 |
1.2.2 | 470 | 5/2/2022 |
1.2.1 | 535 | 3/28/2022 |
1.2.0 | 442 | 3/20/2022 |