博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
kafka安装部署
阅读量:6605 次
发布时间:2019-06-24

本文共 1163 字,大约阅读时间需要 3 分钟。

1、下载kafka_2.11-0.10.1.0.tgz解压

2、配置server.properties

############################# Server Basics #############################

broker.id=1
host.name=emr-header-1

num.network.threads=33

num.io.threads=64

socket.send.buffer.bytes=102400

socket.receive.buffer.bytes=102400
socket.request.max.bytes=104857600

message.max.bytes=5242880

############################# Log #############################

log.dirs=/mnt/disk1/kafka/logs

log.flush.interval.messages=10000
log.flush.interval.ms=1000
log.retention.hours=48
log.segment.bytes=1073741824
log.retention.check.interval.ms=300000

num.partitions=7

num.recovery.threads.per.data.dir=1

############################# replica #############################

num.replica.fetchers=1
replica.fetch.min.bytes=1
replica.fetch.max.bytes=5242880
replica.fetch.wait.max.ms=1000

default.replication.factor=3

delete.topic.enable=true
############################# Zookeeper #############################

zookeeper.connect=emr-header-1:2181\,emr-header-2:2181\,emr-header-3:2181

zookeeper.connection.timeout.ms=6000

3、启动

in/kafka-server-start.sh -daemon config/server.properties &

 

转载于:https://www.cnblogs.com/yangxuejun/p/9223902.html

你可能感兴趣的文章
web网站加速之CDN(Content Delivery Network)技术原理
查看>>
打算写一款框架来提高自己 写个结构吧
查看>>
vue学习:10、第一个项目,实践中遇到的问题
查看>>
sed的基本用法
查看>>
一个不错的shell 脚本入门教程
查看>>
JVM、GC相关资料
查看>>
dell r620装cenots7遇到的问题
查看>>
Ansible之playbook的使用
查看>>
ansible模块批量管理
查看>>
redis命令 - GET
查看>>
[Maven问题总结]Jetty9的Maven配置——嵌入式服务器
查看>>
httpd.conf的基本设置
查看>>
RHEL/Centos7新功能
查看>>
第一部分 思科九年 一(1)
查看>>
DBA日常工作职责
查看>>
Redis的持久化
查看>>
linux安装NFS服务器学习
查看>>
Planner .NET日历日程控件能给你的应用程序提供多种日历日程功能
查看>>
我的友情链接
查看>>
Linux压力测试
查看>>