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
- Host: GitHub
- URL: https://github.com/zeromq/jdafka
- Owner: zeromq
- License: mpl-2.0
- Created: 2019-03-29T13:47:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T08:44:38.000Z (over 4 years ago)
- Last Synced: 2025-04-08T01:34:29.870Z (over 1 year ago)
- Language: Java
- Size: 75.2 KB
- Stars: 3
- Watchers: 17
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```