Hello,

Want to confirm a basic understanding of Kafka.
If I have a dataset that needs to be partitioned by 4 columns, then the
progression is

{topic1:partition_key1} -> {Group by samza on partition_key1}
->
{topic2:partition_key2} -> {Group by samza on partition_key2}
->
{topic3:partition_key3} -> {Group by samza on partition_key3}
->
{topic4:partition_key4} -> {Group by samza on partition_key4}

Can you please confirm if my understanding is right?

- Shekar

Reply via email to