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
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
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
&
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
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
;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