| clear query|facets|time |
Search criteria: .
Results from 131 to 140 from
7522 (0.256s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: heterogenous kafka cluster? - Kafka - [mail # user]
|
|
...Yeah,I thought of that (running 2 kafkas on one box), but it doesn't really addthe benefit of redundancy through replication (e.g. if we have 2 replicasmapping to the same physical machine)....
|
|
|
Author: Jason Rosenberg,
2013-05-17, 22:26
|
|
|
Re: heterogenous kafka cluster? - Kafka - [mail # user]
|
|
...Hey guys,I have no idea if this would be reasonable, but what about just runningtwo Kafka processes on the bigger box?Cheers,ChrisOn 5/17/13 2:48 PM, "Jason Rosenberg" wrote:>Just r...
|
|
|
Author: Chris Riccomini,
2013-05-17, 21:50
|
|
|
Re: heterogenous kafka cluster? - Kafka - [mail # user]
|
|
...Just resource allocation issues. E.g. imagine having an existing kafkacluster with one machine spec, and getting access to a few more hosts toaugment the cluster, which are newer and t...
|
|
|
Author: Jason Rosenberg,
2013-05-17, 21:48
|
|
|
Re: Update: RE: are commitOffsets botched to zookeeper? - Kafka - [mail # user]
|
|
...Neha,apologies, I just re-read what I sent and realized my "you" wasn't specific enough - it meant the Kafka team ;). -- "If you can't conceal it well, expose it with all your might"Alex Zuz...
|
|
|
Author: Alex Zuzin,
2013-05-17, 21:40
|
|
|
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
|
|
|
heterogenous kafka cluster? - Kafka - [mail # user]
|
|
...Hi,I'm wondering if there's a good way to have a heterogenous kafka cluster(specifically, if we have nodes with different sized disks). So, we mightwant a larger node to receive more m...
|
|
|
Author: Jason Rosenberg,
2013-05-17, 21:30
|
|
|
Re: Update: RE: are commitOffsets botched to zookeeper? - Kafka - [mail # user]
|
|
...Have you considered abstracting offset storage away so people could implement their own? Would you take a patch if I'd stabbed at it, and if yes, what's the process (pardon the n00b)?KCBO,--...
|
|
|
Author: Alex Zuzin,
2013-05-17, 21:26
|
|
|
Re: Update: RE: are commitOffsets botched to zookeeper? - Kafka - [mail # user]
|
|
...to clarify, I meant that Robert could/should store the offsets in a fasterstore not that kafka should default to that :)Thanks NehaOn Fri, May 17, 2013 at 2:22 PM, Neha Narkhede wrote:> T...
|
|
|
Author: Scott Clasen,
2013-05-17, 21:26
|
|
|
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
|
|
|
|