命运给予的,无论多少,皆需认真对待。----------------------------------朗如日月,清如水镜

2019年2月13日

Storm内部的消息传递机制

摘要: 转载自https://www.cnblogs.com/Jack47/p/understanding-storm-internal-message-passing.html 一个Storm拓扑,就是一个复杂的多阶段的流式计算。Storm中的组件(Component)就是对各个阶段的一个抽象,其中的Sp 阅读全文

posted @ 2019-02-13 15:36 夕橘子 阅读(393) 评论(0) 推荐(0) 编辑

理解Storm并发

摘要: 转载自http://www.cnblogs.com/Jack47/p/understanding_the_parallelism_of_a_storm_topology.html 本篇文章介绍了Storm拓扑的并发模型。介绍了Worker进程,Executor(线程)和Task(任务)之间的关系,如 阅读全文

posted @ 2019-02-13 15:31 夕橘子 阅读(184) 评论(0) 推荐(0) 编辑

Storm如何保证可靠的消息处理

摘要: 转载自http://www.cnblogs.com/Jack47/p/guaranteeing-message-processing-in-storm.html 内容简介 Storm可以保证从Spout发出的每个消息都能被完全处理。Storm的可靠性机制是完全分布式的(distributed),可伸 阅读全文

posted @ 2019-02-13 15:28 夕橘子 阅读(362) 评论(0) 推荐(0) 编辑

导航