随笔分类 -  kafka

摘要:kafka2.0 http://kafka.apache.org 一 简介 Kafka® is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tole 阅读全文
posted @ 2018-11-08 11:32 史红星-shihongxing 阅读(297) 评论(0) 推荐(0)
摘要:1. 安装步骤 Kafka伪分布式安装的思路跟Zookeeper的伪分布式安装思路完全一样,不过比Zookeeper稍微简单些(不需要创建myid文件), 主要是针对每个Kafka服务器配置一个单独的server.properties,三个服务器分别使用server.properties,serve 阅读全文
posted @ 2018-11-08 10:21 史红星-shihongxing 阅读(632) 评论(0) 推荐(0)
摘要:Kafka官方介绍:Kafka是一个分布式的流处理平台(0.10.x版本),在kafka0.8.x版本的时候,kafka主要是作为一个分布式的、可分区的、具有副本数的日志服务系统(Kafka™ is a distributed, partitioned, replicated commit log 阅读全文
posted @ 2018-03-05 15:00 史红星-shihongxing 阅读(260) 评论(0) 推荐(0)