【kafka系列教程28】kafka添加和修改topic

本文介绍了Kafka中如何添加和修改topic,包括手动创建和自动创建的情况。讨论了复制因子和分区数对数据可靠性和消费者并行性的影响,并提到了如何通过命令行工具调整主题配置以覆盖服务器默认设置。
摘要由CSDN通过智能技术生成

You have the option of either adding topics manually or having them be created automatically when data is first published to a non-existent topic. If topics are auto-created then you may want to tune the default topic configurationsused for auto-created topics.
如果你第一次发布一个不存在的topic时,它会自动创建。你也可以手动添加topic。

 

Topics are added and modified using the topic tool:
topic的添加和修改使用下面的工具。

 > bin/kafka-topics.sh --zookeeper zk_host:port/chroot --create --topic my_topic_name 
       --partitions 20 --replication-factor 3 --config x=y

The replication factor controls how many servers will replicate each message that is written. If you have a replication factor of 3 then up to 2 servers can fail before you will lose access to your data. We recommend you use a replication factor of 2 or 3 so that you can transparent

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值