Hi everyone, I´m trying to understand the best practice to define the partition key. I have defined some topics that they are related with entities in cassandra data model, the relationship is one-to-one, one entity - one topic, because I need to ensure the properly ordering in the events. I have created one partition for each topic to ensure it as well.
If I will use kafka like a datastore and search throgh the records, I know that could be a best practice use the partition key of Cassandra (e.g Customer ID) as a partition key in kafka any comment please ?? thanks