| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
7410 (0.303s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
[KAFKA-259] Give better error message when trying to run shell scripts without having built/downloaded the jars yet - Kafka - [issue]
|
|
...Hi there, I've cloned from the kafka github repo and tried to run the start server script: ./bin/kafka-server-start.sh config/server.properties Which results in:Exception in thread ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-259
Author: Ross Crawford-d'Heureuse,
2013-05-19, 08:42
|
|
|
[jira] [Commented] (KAFKA-259) Give better error message when trying to run shell scripts without having built/downloaded the jars yet - Kafka - [mail # dev]
|
|
... [ https://issues.apache.org/jira/browse/KAFKA-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13661508#comment-13661508 ] Ashwan...
|
|
|
Author: "Ashwanth Fernando,
2013-05-19, 07:43
|
|
|
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
|
|
|
Re: heterogenous kafka cluster? - Kafka - [mail # user]
|
|
...In 0.8, you can create topics manually and explicitly specify the replicato broker mapping. Post 0.8, we can think of some more automated ways todeal with this (e.g., let each broker carry s...
|
|
|
Author: Jun Rao,
2013-05-18, 03:38
|
|
|
[KAFKA-910] Randomize the backoff in the clients to avoid all clients from sending metadata requests at the same time - Kafka - [issue]
|
|
...Currently, all producer and consumer clients use a static backoff. So if a broker fails, most topics will lose some leaders. All clients will notice the absence of a leader at the same time,...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-910
Author: Neha Narkhede,
2013-05-18, 01:05
|
|
|
|