Skip to content

Commit

Permalink
Create kafka-console-consumer.json (#9)
Browse files Browse the repository at this point in the history
* Create kafka-console-consumer.json

Added support of `kafka-console-consumer`. It is a tool which allows one to connect to Kafka directly.

See more here:
https://kafka.apache.org/documentation/#quickstart_consume
  • Loading branch information
rtar authored Mar 12, 2020
1 parent 79e6106 commit 7f821c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps-contrib/resources/kafka-console-consumer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"mainClass": "kafka.tools.ConsoleConsumer",
"repositories": [
"central"
],
"dependencies": [
"org.apache.kafka::kafka:latest.stable",
"org.slf4j:slf4j-nop:1.7.30"
]
}

0 comments on commit 7f821c7

Please sign in to comment.