-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Full project review based on latest version of JNet suite (#193)
* #168: first step: replace namespaces in all available classes * #93: documentation alignment * Added a benchmark to verify performance roundtrip (#178) * #53: added new roundtrip benchmark * #53: update performance description file * #168: moved KNet specific classes into dedicated folder * #179: fixed compacted topic creation (#180) * #92: full class review due to breaking change in JCOBridge * #168: first generation * Added KNetCompactedReplicator, evolved KNetProducer and KNetConsumer, enhanced serializer/deserializer (#182) * #92: full class review due to breaking change in JCOBridge * #175: improvements in Consumer/Producer Builders * #175: review classes to accept new KNetCompactedReplicator * #175: added serialization projects * #175: moved to Java SerDes due to error in C# compilation within container * #175: review of KNetConsumer, KNetProducer and KNetSerDes; added specific test for KNetConsumer and KNetProducer * #175: update serialization and added MessagePack type * #175: updates on sync management * #175: documentation update * Update documentation after commit fb2bded * Added missing SourceLink * Configuration is now managed using a JSON file (masesgroup/JNet#179) * Update configuration and files * Temporary commit: many classes shall be removed because are old * #185: fix .NET Framework PowerShell version (#186) * #92: update to JNet 2.0.0.0 * #121: update to version 2.0.0.0 * Correction on namespace * Update classes after JNetReflector update for masesgroup/JNet#195 * #168 (comment): implementation of special listeners * Reviewed implementation of KNet version of ConnectStandalone and ConnectDistributed * #88: full update to Apache Kafka 3.5.0 * Code alignment to latest JNetReflector: nullable native types converted into Java types * Update workflows to avoid documentation generation out of main branch build
- Loading branch information
1 parent
702c123
commit 312b4bf
Showing
2,667 changed files
with
268,227 additions
and
59,108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
# KNet: .NET gateway for Apache Kafka APIs | ||
# KNet: the Apache Kafka .NET suite | ||
|
||
KNet is a .NET gateway for [Apache Kafka](https://kafka.apache.org/) [APIs](https://kafka.apache.org/documentation/#api) providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka). | ||
KNet is a comprehensive .NET suite for [Apache Kafka](https://kafka.apache.org/) [APIs](https://kafka.apache.org/documentation/#api) providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka). | ||
|
||
This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected]. | ||
|
||
## Status | ||
|
||
Latest releases are: | ||
### Libraries and Tools | ||
|
||
|KNet | KNetCLI | KNet.Templates | KNetPS<br/>(1.4.4+) | KNetConnect<br/>(1.4.7+) | | ||
|KNet | KNetCLI | KNet.Templates | KNetPS | KNetConnect | | ||
|:---: |:---: |:---: |:---: |:---: | | ||
|[![KNet nuget](https://img.shields.io/nuget/v/MASES.KNet)](https://www.nuget.org/packages/MASES.KNet) [![downloads](https://img.shields.io/nuget/dt/MASES.KNet)](https://www.nuget.org/packages/MASES.KNet) | [![KNetCLI nuget](https://img.shields.io/nuget/v/MASES.KNetCLI)](https://www.nuget.org/packages/MASES.KNetCLI) [![downloads](https://img.shields.io/nuget/dt/MASES.KNetCLI)](https://www.nuget.org/packages/MASES.KNetCLI) | [![KNet.Templates nuget](https://img.shields.io/nuget/v/MASES.KNet.Templates)](https://www.nuget.org/packages/MASES.KNet.Templates) [![downloads](https://img.shields.io/nuget/dt/MASES.KNet.Templates)](https://www.nuget.org/packages/MASES.KNet.Templates)| [![KNetPS](https://img.shields.io/powershellgallery/v/MASES.KNetPS.svg?style=flat-square&label=MASES.KNetPS)](https://www.powershellgallery.com/packages/MASES.KNetPS/)| [![KNetConnect nuget](https://img.shields.io/nuget/v/MASES.KNetConnect)](https://www.nuget.org/packages/MASES.KNetConnect) [![downloads](https://img.shields.io/nuget/dt/MASES.KNetConnect)](https://www.nuget.org/packages/MASES.KNetConnect) | | ||
|
||
|
@@ -18,9 +14,11 @@ Latest releases are: | |
[![CodeQL](https://github.com/masesgroup/KNet/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/masesgroup/KNet/actions/workflows/codeql-analysis.yml) | ||
[![CI_RELEASE](https://github.com/masesgroup/KNet/actions/workflows/release.yaml/badge.svg)](https://github.com/masesgroup/KNet/actions/workflows/release.yaml) | ||
|
||
--- | ||
|
||
## 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](https://kafka.apache.org/downloads). | ||
This project aims to create a set of libraries and tools to direct access, from .NET, all the features available in the [Apache Kafka binary distribution](https://kafka.apache.org/downloads). | ||
|
||
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](src/net/Documentation/articles/usage.md); | ||
|
@@ -39,10 +37,40 @@ The Apache Kafka packages are downloaded from: | |
|:---: |:---: |:---: |:---: | | ||
| [![Maven Central](https://img.shields.io/maven-central/v/org.apache.kafka/connect-runtime.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.apache.kafka%22%20AND%20a:%22connect-runtime%22) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.kafka/connect-mirror.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.apache.kafka%22%20AND%20a:%22connect-mirror%22) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.kafka/connect-file.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.apache.kafka%22%20AND%20a:%22connect-file%22) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.kafka/connect-basic-auth-extension.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.apache.kafka%22%20AND%20a:%22connect-basic-auth-extension%22) | | ||
|
||
### Community and Contribution | ||
|
||
Do you like the project? | ||
- Request your free [community subscription](https://www.jcobridge.com/pricing-25/). | ||
|
||
Do you want to help us? | ||
- put a :star: on this project | ||
- open [issues](https://github.com/masesgroup/KNet/issues) to request features or report bugs :bug: | ||
- improves the project with Pull Requests | ||
|
||
This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected]. | ||
|
||
## Summary | ||
|
||
* [Roadmap](src/net/Documentation/articles/roadmap.md) | ||
* [Actual state](src/net/Documentation/articles/actualstate.md) | ||
* [Performance](src/net/Documentation/articles/performance.md) | ||
* [Connect SDK](src/net/Documentation/articles/connectSDK.md) | ||
* [KNet usage](src/net/Documentation/articles/usage.md) | ||
* [KNet APIs extensibility](src/net/Documentation/articles/API_extensibility.md) | ||
* [KNet Serializer/Deserializer](src/net/Documentation/articles/usageSerDes.md) | ||
* [KNet CLI usage](src/net/Documentation/articles/usageCLI.md) | ||
* [KNet Connect usage](src/net/Documentation/articles/usageConnect.md) | ||
* [KNet PowerShell usage](src/net/Documentation/articles/usagePS.md) | ||
* [KNet Template usage](src/net/Documentation/articles/usageTemplates.md) | ||
* [How to build from scratch](src/net/Documentation/articles/howtobuild.md) | ||
|
||
### News | ||
|
||
* V1.4.4+: From version 1.4.4 there is a new project, named KNetPS, which permits to write PowerShell client scripts for an Apache Kafka cluster and many other things, [here full usage](src/net/Documentation/articles/usagePS.md). | ||
* V1.4.7+: From version 1.4.7 there is a new project, named KNetConnect, to execute Apache Kafka Connect related jobs, [here full usage](src/net/Documentation/articles/usageConnect.md). | ||
* V1.5.4+: From version 1.5.4 there are new packages dedicated to [KNet Serializer/Deserializer](src/net/Documentation/articles/usageSerDes.md) | ||
|
||
--- | ||
|
||
## Runtime engine | ||
|
||
|
@@ -69,21 +97,4 @@ Have a look at the following JCOBridge resources: | |
- [Commercial Edition](https://www.jcobridge.com/pricing-25/) | ||
- Latest release: [![JCOBridge nuget](https://img.shields.io/nuget/v/MASES.JCOBridge)](https://www.nuget.org/packages/MASES.JCOBridge) | ||
|
||
--- | ||
## Summary | ||
|
||
* [Roadmap](src/net/Documentation/articles/roadmap.md) | ||
* [Actual state](src/net/Documentation/articles/actualstate.md) | ||
* [Performance](src/net/Documentation/articles/performance.md) | ||
* [Connect SDK](src/net/Documentation/articles/connectSDK.md) | ||
* [KNet usage](src/net/Documentation/articles/usage.md) | ||
* [KNet APIs extensibility](src/net/Documentation/articles/API_extensibility.md) | ||
* [KNet CLI usage](src/net/Documentation/articles/usageCLI.md) | ||
* [KNet Connect usage](src/net/Documentation/articles/usageConnect.md) | ||
* [KNet PowerShell usage](src/net/Documentation/articles/usagePS.md) | ||
* [KNet Template usage](src/net/Documentation/articles/usageTemplates.md) | ||
* [How to build from scratch](src/net/Documentation/articles/howtobuild.md) | ||
|
||
--- | ||
|
||
KAFKA is a registered trademark of The Apache Software Foundation. KNet has no affiliation with and is not endorsed by The Apache Software Foundation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.