[GitHub] samza pull request #388: SAMZA-1537: StreamAppender can deadlock due to lock...

2017-12-14 Thread jmakes
GitHub user jmakes opened a pull request: https://github.com/apache/samza/pull/388 SAMZA-1537: StreamAppender can deadlock due to locks held by Kafka an… …d Log4j You can merge this pull request into a Git repository by running: $ git pull https://github.com/jmakes/samza

[GitHub] samza pull request #384: SAMZA-1536: Adding docs for Kinesis consumer

2017-12-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/384 ---

[GitHub] samza pull request #387: Added document for table API to feature preview

2017-12-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/387 ---

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