| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
7547 (0.17s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: hi plz reple me - Kafka - [mail # user]
|
|
...You can do that using Kafka. Please read the design details here -http://kafka.apache.org/07/design.htmlThanks,NehaOn May 20, 2013 6:57 AM, "satya prakash" wrote:> i am using kafka ...
|
|
|
Author: Neha Narkhede,
2013-05-20, 13:59
|
|
|
hi plz reple me - Kafka - [mail # user]
|
|
...i am using kafka .i need to create one message on producer side and send tomultiple consumer...........????? ...
|
|
|
Author: satya prakash,
2013-05-20, 13:57
|
|
|
Re: What happens if one broker goes down - Kafka - [mail # user]
|
|
...0.7.2 does not support replication. So when a broker goes down, there canbe some data loss. If you are ok with duplicates, you can configure theproducer side retries to be higher.Thanks,Neha...
|
|
|
Author: Neha Narkhede,
2013-05-20, 13:56
|
|
|
Re: can producers(from same system) send messages to separate broker systems? - Kafka - [mail # user]
|
|
...The feature I mentioned is only available on 0.8. In 0.7.2, you can tweakproducer batch size and the flush interval on the broker for the highpriority topics. Note that setting those too low...
|
|
|
Author: Neha Narkhede,
2013-05-20, 13:54
|
|
|
Re: What happens if one broker goes down - Kafka - [mail # user]
|
|
...HIWhen my broker went down, my producer just stopped reading the file givingan exception saying "connection refused to kafka broker".I tried overcoming the exception by giving a try and catc...
|
|
|
Author: Chitra Raveendran,
2013-05-20, 06:32
|
|
|
Re: can producers(from same system) send messages to separate broker systems? - Kafka - [mail # user]
|
|
...Hi NehaNo i haven't experienced any noticeable latency as of now, the highpriority data is too critical for any sort of latency, that's why i wantedto optimize everything before deploy...
|
|
|
Author: Chitra Raveendran,
2013-05-20, 06:24
|
|
|
Kafka Audit (KAFKA-260) - Kafka - [mail # user]
|
|
...Hi!!How can I use the audit monitoring frontend(KAFKA-260).Can I use it with the 0.7.1 version?Which are the steps to install it?Thanks!-- Javier IserukArchitecture TeamPhone: +5411-4640-806...
|
|
|
Author: Javier Iseruk,
2013-05-19, 13:19
|
|
|
Re: heterogenous kafka cluster? - Kafka - [mail # user]
|
|
...Letting each broker have a weight sounds like a great idea.Since in my use case, topics are generally auto-created, it won't bepractical to map brokers manually per topic.Thanks,JasonOn Fri,...
|
|
|
Author: Jason Rosenberg,
2013-05-18, 06:28
|
|
|
Re: scala questions - Kafka - [mail # user]
|
|
...Scala compiles to java bytecode. You can use java objects in scala and viceversa.Thanks,JunOn Fri, May 17, 2013 at 4:48 PM, Rob Withers wrote:> I've gotten to know y'all a bit, so I...
|
|
|
Author: Jun Rao,
2013-05-18, 03:44
|
|
|
Re: API to to query messages amount under one topic - Kafka - [mail # user]
|
|
...Yes, that's probably what you are looking for. It tells you the # ofunconsumed messages per partition, for a particular consumer.Thanks,JunOn Fri, May 17, 2013 at 4:52 PM, Rob Withers ...
|
|
|
Author: Jun Rao,
2013-05-18, 03:40
|
|
|
|