Re: Using Kafka for "data" messages

2013-06-13 Thread Mahendra M
Hi Josh, The idea looks very interesting. I just had one doubt. 1. A user logs in. His login id is sent on a topic 2. Other systems (consumers on this topic) consumer this message and publish their results to another topic This will be happening without any particular order for hundreds of users

Re: Using Kafka for "data" messages

2013-06-14 Thread Mahendra M
t want to create a new "response" or "recommendation" topic because > then I feel like I am tightly coupling the message to the functionality and > in the future different systems may want to consume those messages as well. > > Does that make sense? > Josh > &