See here: _http://kafka.apache.org/contact.html_
On 07/08/2013 06:15 AM, Maheedhar Gunturu wrote:
The following is the weird part. 0:0 is not a valid host and port. Could
you take a look at the EC2 FAQ in
https://cwiki.apache.org/confluence/display/KAFKA/FAQ? It's for the
consumers, but may apply to the producers too.
[2013-06-28 14:07:19,653] ERROR Connection attempt to 0:0 failed, next
attem
I think there may be some confusion as we significantly strengthened the
guarantees in the latest release (0.8) and since this is pretty recent we
haven't updated all the documentation. Prior to this we did not support
replication.
As of 0.8:
1. If your replication factor is 3 you can tolerate 2 f
Disclaimer: I only have experience right now with 0.7.2
On Sun, Jul 7, 2013 at 11:35 AM, David James wrote:
> Sorry for the long email, but I've tried to keep it organized, at least.
>
> "Kafka has a modern cluster-centric design that offers strong
> durability and fault-tolerance guarantees." an
Sorry for the long email, but I've tried to keep it organized, at least.
"Kafka has a modern cluster-centric design that offers strong
durability and fault-tolerance guarantees." and "Messages are
persisted on disk and replicated within the cluster to prevent data
loss." according to http://kafka.