Hi, first of all kudos for putting Samza into the Apache Incubator, it's good to have yet another approach to stream processing.
IIRC in a multi-node Kafka cluster (let's assume P nodes), a topic T with N partitions will have N partitions on each node, so the total number of partitions will be P*N. My question relates to the notion of partition in the Samza stream linked to T, will the Samza partition number be N or P*N ? Mathias.
