How to build strategy for particular setup of kafka

2016-04-21 Thread Kuldeep Kamboj
instead of re-using them for different Apps for better debugging Like below AppA AppAMsgQueueA AppAMsgQueueB AppB AppBMsgQueueA AppBMsgQueueB AppBMsgQueueC AppC AppCMsgQueueA AppCMsgQueueB AppCMsgQueueD -- Kuldeep Kamboj

Re: How to build strategy for particular setup of kafka

2016-04-22 Thread Kuldeep Kamboj
ds / Mit freundlichen Grüßen / Sincères salutations > M. Lohith Samaga > > > > -Original Message- > From: Kuldeep Kamboj [mailto:kuldeep.kam...@osscube.com] > Sent: Friday, April 22, 2016 12.08 > To: users@kafka.apache.org > Subject: How to build strateg

Re: How to build strategy for particular setup of kafka

2016-04-22 Thread Kuldeep Kamboj
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" > wrote: > > > Thanks for reply, > > > > I understand the your point, But my whole strategy depend on first &

Re: How to build strategy for particular setup of kafka

2016-04-29 Thread Kuldeep Kamboj
on 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" > wrote: > > > Thanks for reply, > > > > I understand the your point, B

Re: How to build strategy for particular setup of kafka

2016-04-29 Thread Kuldeep Kamboj
array($data)); In Consumer 1 Script : $consumer->setPartition($queue, 0); In Consumer 2 Script : $consumer->setPartition($queue, 1); On Fri, Apr 29, 2016 at 5:17 PM, Kuldeep Kamboj wrote: > I restarted brainstroming for Kafka setup. I found link > http://www.mic

Getting Timed out reading socket error for kafka cluster setup

2016-05-02 Thread Kuldeep Kamboj
;Timed out reading socket while reading 750437 bytes with 750323 bytes to go"** I just don't know How I can fix this issue I tried to modify some kafka config parameters like zookeeper.connection.timeout.ms=24000 # Initially 6000 replica.socket.timeout.ms=15000 # Not exists in default file but that not worked. -- Kuldeep Kamboj