Re: How to build strategy for particular setup of kafka

2016-04-29 Thread Kuldeep Kamboj
t; well as high availability. >> >> Best regards / Mit freundlichen Grüßen / Sincères salutations >> M. Lohith Samaga >> >> >> -Original Message- >> From: Gaurav Agarwal [mailto:gaurav130...@gmail.com] >> Sent: Friday, April 22, 2016 12.44 &g

Re: How to build strategy for particular setup of kafka

2016-04-29 Thread Kuldeep Kamboj
0...@gmail.com] > Sent: Friday, April 22, 2016 12.44 > To: users@kafka.apache.org > Subject: Re: How to build strategy for particular setup of kafka > > Hi > You can have one or two instances of Kafka but you can have one or two > Kafka topic dedicated to each applicati

Re: How to build strategy for particular setup of kafka

2016-04-22 Thread Kuldeep Kamboj
April 22, 2016 12.44 > To: users@kafka.apache.org > Subject: Re: How to build strategy for particular setup of kafka > > Hi > You can have one or two instances of Kafka but you can have one or two > Kafka topic dedicated to each application according to the need. Partition > will

RE: How to build strategy for particular setup of kafka

2016-04-22 Thread Lohith Samaga M
12.44 To: users@kafka.apache.org Subject: Re: How to build strategy for particular setup of kafka Hi You can have one or two instances of Kafka but you can have one or two Kafka topic dedicated to each application according to the need. Partition will have u in increasing the throughput and

Re: How to build strategy for particular setup of kafka

2016-04-22 Thread Gaurav Agarwal
Hi You can have one or two instances of Kafka but you can have one or two Kafka topic dedicated to each application according to the need. Partition will have u in increasing the throughput and consumer group id can help u to make queue as topic or queue. On Apr 22, 2016 12:37 PM, "Kuldeep Kamboj"

Re: How to build strategy for particular setup of kafka

2016-04-22 Thread Kuldeep Kamboj
Thanks for reply, I understand the your point, But my whole strategy depend on first issue and that is how I can integrate Apps in architecture. Partition / Consumer groups have different purpose. If I need to setup three kafka instances each for App ? On Fri, Apr 22, 2016 at 12:30 PM, Lohith Sam

RE: How to build strategy for particular setup of kafka

2016-04-22 Thread Lohith Samaga M
Hi, It is better NOT to share topics among applications. You may have a wrapper application reading from the queue/topic and routing it to the correct application, but it is simpler for each application to read from its own topic. Best regards / Mit freundlichen Grüßen / Sincères salutat