> > Hi, > > In our application we are using Kafka for activity stream. We wanted to > know if there is a way in Kafka to send a single message to multiple topics > and store it only once, then later consume these messages from these topics > individually and maintain their offsets separately. > > Taking the example of facebook or LinkedIn, when someone updates on his > page then his respective connection should also get this message. If using > Kafka we maintain a stream of messages for each user, then we want to have > one topic per user, but if the message are also duplicated then it will be > huge impact on the resources. >
Thanks ! Best Regards, Rohit Chandra