Apache Kafka 1.1.0 发布,改进 Kafka controller
Kafka 1.1.0 包含对了Controller 的重大改进,能加快受控制部分的关闭。Zookeeper回话过期控制就属于此次更新的一部分
控制器改进还允许在 单个集群上支持更多的分区。kip-227引入增量获取请求,当分区的数量大,能提供更有效的应答
KIP-113 added support for replica movement between log directories to enable data balancing with JBOD.
broker 的少量配置操作,比方 SSL keystores ,现在能直接升级,而不使用重启broker,介绍请查看KIP-226
Delegation token based authentication (KIP-48) has been added to Kafka brokers to support large number of clients without overloading Kerberos KDCs or other authentication servers.
Several new features have been added to Kafka Connect, including header support (KIP-145), SSL and Kafka cluster identifiers in the Connect REST interface (KIP-208 and KIP-238), validation of connector names (KIP-212) and support for topic regex in sink connectors (KIP-215). Additionally, the default maximum heap size for Connect workers was increased to 2GB.
Several improvements have been added to the Kafka Streams API, including reducing repartition topic partitions footprint, customizable error handling for produce failures and enhanced resilience to broker unavailability. See KIPs 205, 210, 220, 224 and 239 for details.
1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长!
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是摆设,本站源码仅提供给会员学习使用!
7. 如遇到加密压缩包,请使用360解压,如遇到无法解压的请联系管理员
开心源码网 » Apache Kafka 1.1.0 发布,改进 Kafka controller