简体   繁体   English

还有job.coordinator.system的替代选择

[英]is there a alternative choice for job.coordinator.system

I want to use samza, but case is our kafka topic creation is limited (topic creation should be reviewed and should has concrete porpose). 我想使用samza,但案例是我们的kafka主题创建受到限制(主题创建应受到审查,并且应具有具体目的)。 So, is there any other choice for "job.coordinator.system"? 那么,“ job.coordinator.system”还有其他选择吗? And I need the usage intro. 我需要用法介绍。 Thanks a lot! 非常感谢!

As of Samza 0.12.0, Samza auto-creates 3 categories of streams: 从Samza 0.12.0开始,Samza自动创建3类流:

  1. Coordinator stream to durably store job model information, eg the host affinity mapping. 协调器流可持久存储作业模型信息,例如主机相似性映射。
  2. Checkpoint stream to store checkpoints for consumption of input streams 检查点流,用于存储检查点以消耗输入流
  3. Changelog streams for any stores with changelog enabled 任何启用了更改日志的商店的更改日志流

It is very common to use Kafka log-compacted topics for each of these, but theoretically any System implementation would work. 对每个主题使用Kafka对数压缩主题非常普遍,但是从理论上讲,任何系统实现都可以使用。 You even can define your own. 您甚至可以定义自己的。

Some details on Samza's stream abstractions can be found here: http://samza.apache.org/learn/documentation/0.12/container/streams.html 有关Samza流抽象的一些详细信息,可以在以下位置找到: http ://samza.apache.org/learn/documentation/0.12/container/streams.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM