Some of the CP rules are already pretty high-volume, so they could benefit from partitioning the topic for a more even load distribution between workers. Since the topics are auto created by Event-Platform service, we need to have some kind of configuration there to create topics with > 1 partitions.
We can manually increase the number of partitions for already existing topics, but new topics should get created with a proper number of partitions.
Right now we don't care about the particular partitioning strategy to use, because ChangeProp is gonna produce to the partitioned topics, and frankly, but it would be nice to think about that in advance.