Access natively Apache Kafka Java classes from any .NET application using JCOBridge engine.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
This project aims to create a library able to direct access the features available in the Apache Kafka binary distribution. There are many client libraries written to manage communication with Apache Kafka. Conversely, this poject use directly the Java packages released from Apache Foundation giving more than one benefit:
- all implemented features are availables;
- avoids protocol implementation from any third party;
- can access any feature made available. The benefits comes from tow main points related to JCOBridge:
- its ablitity to manage a direct access to the JVM from any .NET application: any Java / Scala class behind Apache Kafka can be directly managed;
- using the dynamic code feature of JCOBridge it is possible to write a Java/Scala/Kotlin/etc seamless language directly inside a standard .NET application written in C#/VB.NET