Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventBus: Kafka+JSON

Sends messages using Kafka and JSON (serialized with the Jackson JSON library).

Both Consumer and Producers provided. For usage, check the tests.

Installation

Add in your pom.xml file the jitpack.io repositories:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Now add the package as a dependency:

<dependencies>		
  <dependency>
    <groupId>com.github.com-nilportugues</groupId>
    <artifactId>eventbus-kafka-json</artifactId>
    <version>${eventbus-kafka-json.version}</version>
  </dependency>
</dependencies>  

Authors

License

The code base is licensed under the MIT license.

About

An Event Bus implementation using Apache Kafka and JSON

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages