Kafka Quickstart: What Dependencies do I need?

后端 未结 3 1787
不知归路
不知归路 2021-02-03 13:27

I am working through the kafka quickstart:

http://kafka.apache.org/07/quickstart.html

and the basic Consumer Group example:

https://cwiki.apache.org/conf

3条回答
  •  情话喂你
    2021-02-03 13:57

    This seems to work :

    $ git clone https://github.com/buildlackey/cep
    $ cd cep/kafka-0.8.x
    $ mvn package
    $ mvn exec:java -Dexec.mainClass=TestKafkaProducer
    

    (via where can I find maven repository for kafka? )

提交回复
热议问题