Go to file
R. Tyler Croy 0819fc3857
Add brokerId to the Broker pojo
2015-09-02 12:39:49 -07:00
gradle/wrapper Borrow TopicPartition from Verspaetung 2015-09-02 11:26:38 -07:00
src Add brokerId to the Broker pojo 2015-09-02 12:39:49 -07:00
.gitignore initial commit 2015-09-02 11:13:48 -07:00
LICENSE.md Add brokerId to the Broker pojo 2015-09-02 12:39:49 -07:00
README.adoc Add a simple README for now 2015-09-02 11:52:08 -07:00
build.gradle Add a Broker pojo 2015-09-02 11:48:03 -07:00
gradle.properties initial commit 2015-09-02 11:13:48 -07:00
gradlew initial commit 2015-09-02 11:13:48 -07:00
gradlew.bat initial commit 2015-09-02 11:13:48 -07:00

README.adoc

<html lang="en"> <head> </head>

Beetle

Beetle is a somewhat higher level Java API on top of the client libraries distributed distributed with 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 Gradle so building and testing should be as easy as executing:

% ./gradlew
</html>