Skip to content

mariomastrodicasa/KafkaBridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to KafkaBridge

CI_BUILD CI_RELEASE

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].

Scope of the project

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

Summary


About

Access natively Apache Kafka from any .NET application

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%