| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
57 (0.428s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: consumer offset reset use case - Kafka - [mail # user]
|
|
...You should be able to replace AsyncValue[Boolean] with an AtomicBoolean . As for the ZK client, maybe I don't understand your question correctly, but I think this code is simply relyin...
|
|
|
Author: Felix GV,
2012-05-10, 20:10
|
|
|
Re: kafka and ruby client, beginner questions - Kafka - [mail # user]
|
|
...The way I understand it, if you batch your messages (by default, the setting is still 1, I think, so no batching) and you have compression enabled, then each valid offset does correspond to ...
|
|
|
Author: Felix GV,
2012-05-08, 18:24
|
|
|
Re: Replication questions - Kafka - [mail # user]
|
|
...Ah, gotcha, so my usage of the term "in-memory replication" can be misleading: Kafka still doesn't retain the data in-app (i.e.: in Kafka's allocated memory), but the data is in-memory nonet...
|
|
|
Author: Felix GV,
2012-05-01, 18:47
|
|
|
Re: Replication questions - Kafka - [mail # user]
|
|
...Hmm... interesting! So, if I understanding correctly, what you're saying regarding point 2, is that the messages are going to be kept in memory on several nodes, and start being served...
|
|
|
Author: Felix GV,
2012-05-01, 16:24
|
|
|
Re: Replication questions - Kafka - [mail # user]
|
|
...Thanks Jun :) Felix On Thu, Apr 26, 2012 at 3:26 PM, Jun Rao wrote: ...
|
|
|
Author: Felix GV,
2012-04-26, 21:03
|
|
|
Replication questions - Kafka - [mail # user]
|
|
...Cool :) Thanks for those insights :) ! I changed the subject of the thread, in order not to derail the original thread's subject...! I just want to recap to make sure I (and others) un...
|
|
|
Author: Felix GV,
2012-04-26, 17:27
|
|
|
Re: relation between async mode and compression - Kafka - [mail # user]
|
|
...Also, compression ratios are usually better on larger payloads, so compression should, in most cases, be more effective when combined with async because the batching of messages results in l...
|
|
|
Author: Felix GV,
2012-04-25, 17:47
|
|
|
Re: Kafka mirroring and zookeeper - Kafka - [mail # user]
|
|
...Just curious, but if I remember correctly from the time I read KAFKA-50 and the related JIRA issues, you guys plan to implement sync AND async replication, right? Felix On...
|
|
|
Author: Felix GV,
2012-04-25, 17:39
|
|
|
Re: Kafka 155 - Kafka - [mail # user]
|
|
...Ok thanks Neha :) ... Felix On Wed, Apr 11, 2012 at 6:14 PM, Neha Narkhede wrote: ...
|
|
|
Author: Felix GV,
2012-04-12, 04:34
|
|
|
Re: Kafka 155 - Kafka - [mail # user]
|
|
...Intra cluster replication is great and would alleviate (or probably eliminate) the need to have graceful decommission. But that still does not answer the question: if one had to gracef...
|
|
|
Author: Felix GV,
2012-04-11, 21:02
|
|
|
|