Re: Question about auto created Kafka topics

2017-12-14 Thread Jacob Maes
Samza has configurations for the replication factors used to create various topics. Here is how to set each one: *Checkpoint* task.checkpoint.replication.factor -> systems..default.stream.replication.factor -> 3 Which means, if "task.checkpoint.replication.factor" is configured, it is used. Else

Question about auto created Kafka topics

2017-12-14 Thread QiShu
Hi,    Coordinator and checkpoint topic will be created automatically by Samza when a task started, but these 2 topics only have one replica, how can I set the num of replicas?    Thanks. QiShu