Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sappo/zeromq-workshop


https://github.com/sappo/zeromq-workshop

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# JDafka workshop skeletons

Skeleton classes for the ZeroMQ workshop to implement 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
```