need some more input on this.
Kafka is a queue it doesn't take any action. sender(producer) sends data to kafka and consumer pulls data from kafka queue. so there is no assignment of data to any consumer. if a process/human cann't take any action then kafka cann't help in this case. hope it answers. ________________________________ From: Abhimanyu Nagrath <abhimanyunagr...@gmail.com> Sent: Monday, June 19, 2017 8:01 PM To: users@kafka.apache.org Subject: Re: ticketing system Design Hi , Can anyone suggest me where I can get the answer for these type of questions? Regards, Abhimanyu On Thu, Jun 8, 2017 at 6:49 PM, Abhimanyu Nagrath < abhimanyunagr...@gmail.com> wrote: > Hi , > > Is Apache Kafka along with storm can be used to design a ticketing system. > By ticketing system, I mean that there are millions of tasks stored in > Kafka queues and there are processes/humans to take some actions on the > task. there are come constraints that same task should not be assigned to > two processes/humans and if a task flows to a process/human and no action > is performed it should be reassigned. > I am not sure whether this can be solved using Kafka.Any help is > appreciated > > > > Regards, > Abhimanyu >