九 kafka消费者

http://kafka.apache.org 查找到CLIENTS 这里的客户端是0.8
https://cwiki.apache.org/confluence/display/KAFKA/Clients

如果是最新版本的只能看到API,在uses里面
http://kafka.apache.org/documentation.html#uses

如果0.10.1版本则是如下链接
http://kafka.apache.org/0101/documentation.html

如果是0.82的java API
http://kafka.apache.org/082/javadoc/

如果是0.10.1的java API
http://kafka.apache.org/0101/javadoc/

0.8.2的简单的消费者例子
https://cwiki.apache.org/confluence/display/KAFKA/Index
中点击0.8.0 SimpleConsumer Example,则到下面的网址
https://cwiki.apache.org/confluence/display/KAFKA/0.8.0+SimpleConsumer+Example
-------------------


-------------------
复杂的Consumer Group Example

猜你喜欢

转载自blog.csdn.net/xsjzdrxsjzdr/article/details/85780304