I have producer which produces some messages(10 for example). There are n partitions and a consumer group with n consumers. Kafka system will distribute the messages among the consumers. How do I combine the messages of all the consumers in one place so that I have 10 messages. I am using Kafka with Spring.
How do I combine the messages of all the consumers in one place so that I have 10 messageswhat do you mean by this? are you trying save this data somewhere? - Deadpool