Apache Storm 中常见的 topology 配置有哪些?
What are the common configurations in Apache Storm?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: hard
分类: Storm, Configuration
标签: topology-workers, acker-executors, max-spout-pending, message-timeout, serializations
参考答案摘要
常见配置项(Topology 级别) Config.TOPOLOGY_WORKERS :设置执行 topology 的 worker 进程数(例如 25 表示集群中会有 25 个 Java 进程运行 tasks)。 Config.TOPOLOGY_ACKER_EXECUTORS :设置追踪 tuple trees 的 executor 数量,用于判断 tuple 是否 fully processe...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。