Hi, We have several topics, same number of partitions for each, same key used for all topics. We also have several processes consuming the topics (one consumer group). What we wish would happen is that messages with the same key would end up consumed by the same process, regardless of the topic. Can it be achieved with Kafka? What is needed for that?
Thanks in advance, Yardena