| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
764 (0.128s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Update: RE: are commitOffsets botched to zookeeper? - Kafka - [mail # user]
|
|
...No problem. You can take a look at some of the thoughts we had on improvingthe offset storage here -https://cwiki.apache.org/confluence/display/KAFKA/Offset+Management.Suggestions are welcom...
|
|
|
Author: Neha Narkhede,
2013-05-20, 17:25
|
|
|
RE: are commitOffsets botched to zookeeper? - Kafka - [mail # user]
|
|
...Zookeeper 3.4.x is API compatible. However to get full benefits, we willhave to change kafka code to use the batch API that zookeeper 3.4.xprovides. Also, we use zkclient library to interfac...
|
|
|
Author: Neha Narkhede,
2013-05-20, 16:40
|
|
|
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
|
|
|
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
|
|
|
[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
|
|
|
Re: heterogenous kafka cluster? - Kafka - [mail # user]
|
|
...That does seem a little hacky. But I'm trying to understand the requirementbehind having to deploy heterogeneous hardware. What are you trying toachieve or optimize?Thanks,NehaOn Fri, May 17...
|
|
|
Author: Neha Narkhede,
2013-05-17, 21:35
|
|
|
Re: can producers(from same system) send messages to separate broker systems? - Kafka - [mail # user]
|
|
...Do you have any tests that measure that your high priority data is beingdelayed ? Assuming you are using 0.8, the end to end latency can be reducedby tuning some configs on the consumer (fet...
|
|
|
Author: Neha Narkhede,
2013-05-17, 21:26
|
|
|
Re: Update: RE: are commitOffsets botched to zookeeper? - Kafka - [mail # user]
|
|
...There is no particular need for storing the offsets in zookeeper. In factwith Kafka 0.8, since partitions will be highly available, offsets could bestored in Kafka topics. However, we haven'...
|
|
|
Author: Neha Narkhede,
2013-05-17, 21:23
|
|
|
Re: Setting a broker to be read-only? - Kafka - [mail # user]
|
|
...There is no easy way to do this in 0.7. If you are using a VIP to producedata to Kafka, you can remove that broker host from the VIP. It will stillbe available for consumer reads until it is...
|
|
|
Author: Neha Narkhede,
2013-05-17, 21:21
|
|
|
|