Skip to content

Commit

Permalink
updates readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgeller committed Apr 4, 2016
1 parent 658df27 commit fd58c48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# kt - a Kafka tool
# kt - a Kafka tool that likes JSON.

Some reasons why you might be interested:

* Consume messages on specific partitions between specific offsets.
* Display topic information (e.g., offsets per partitions)
* JSON output for easy consumption with tools like [kp](https://github.com/echojc/kp) or [jq](https://stedolan.github.io/jq/).
* JSON input to facilitate use of tools like [jsonify](https://github.com/fgeller/jsonify).
* Configure brokers and topic via environment variables for a shell session
* Fast start up time.
* No buffering of output.

Expand Down

0 comments on commit fd58c48

Please sign in to comment.