An open API service indexing awesome lists of open source software.

https://github.com/zeromq/jdafka

Dafka protocol implementation in Java
https://github.com/zeromq/jdafka

Last synced: about 1 year ago
JSON representation

Dafka protocol implementation in Java

Awesome Lists containing this project

README

          

# JDafka

Java implemenation of the Dafka protocol.

More information on Dafka can be found here:
[https://github.com/zeromq/dafka](https://github.com/zeromq/dafka)

## Build

```
mvn package
```

## Run

```
java -jar target/jdafka_console_consumer.jar -help
java -jar target/jdafka_console_producer.jar -help
java -jar target/jdafka_console_store.jar -help
```