不多说,直接上干货!
一切来源于官网
http://kafka.apache.org/documentation/
2.1、生产者API
我们鼓励所有新开发的程序使用新的Java生产者,新的java生产者客户端比以前的Scala的客户端更快、功能更全面。通过下面的例子,引入Maven(可以更改新的版本号)。
The Producer API allows applications to send streams of data to topics in the Kafka cluster.
Examples showing how to use the producer are given in the .
To use the producer, you can use the following maven dependency:
对于使用生产者,你可以使用以下的maven依赖
org.apache.kafka kafka-clients 0.10.2.0
如何使用kafka生产者客户端,请见如下
kafka生产者客户端(0.10.1.1API)
http://orchome.com/303
kafka生产者客户端(0.9.0.1API)
http://orchome.com/197
kafka生产者实例
http://orchome.com/8
Producer API
http://orchome.com/7
更多信息访问: