beetle/README.adoc

21 lines
462 B
Plaintext
Raw Normal View History

2015-09-02 18:52:08 +00:00
= Beetle
Beetle is a somewhat higher level Java API on top of the client libraries
distributed distributed with link:http://kafka.apache.org[Apache Kafka]. The
goal of this library is not to replace the use of those libraries, but to wrap
the library in a more easy to use package.
== System Requirements
* JDK7 or later
== Hacking
This project uses link:http://gradle.org[Gradle] so building and testing should
be as easy as executing:
% ./gradlew