storm
topology.max.spout.pending:同时活跃的批的数量。这个值必须设置,用于限定同时可以处理的 batch 数量。编程人员可以通过 topology.max.spout.pending 设置这个值,默认是1。
topology.message.timeout.secs:如果调大了超时时间 jstorm kill mytopo 后 topo 一直处于 killed 状态,可以使用 jstorm kill mytopo 1 来终止 topo
https://blog.iaiot.com/storm-topology-message-timeout-secs.html
本文介绍了Apache Storm中两个关键配置参数:topology.max.spout.pending 和 topology.message.timeout.secs 的作用及用法。前者用于限定Storm Topology中同时可以处理的批数量,后者则涉及消息处理的超时设置。

被折叠的 条评论
为什么被折叠?



