Re: consume topics from kafka

2015-05-28 Thread Jake K. Dodd
http://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying http://kafka.apache.org/documentation.html Best Jake K Dodd > On May 28, 2015, at 00:16, Sergio Fernández wrote: > > Hi, > > using a KafkaSpout I reali

Re: How Storm Process tuples atleast once?

2015-05-17 Thread Jake K. Dodd
r about it. Bottom line is that if you're unable to make your bolts idempotent, and this concerns you, look at Trident to get exactly-once guarantees. There are all sorts of situations whereby you will encounter failed tuples, some of which are entirely out of your control (e.g. network failu

Re: Regarding Storm Trident

2015-04-16 Thread Jake K. Dodd
https://storm.apache.org/documentation/Trident-tutorial.html https://storm.apache.org/documentation/Trident-API-Overview.html https://storm.apache.org/documentation/Trident-state Best Jake K Dodd > On Apr 16, 2015, at 12:36, Gaurav Agarwal wrote: > > -- Forwarde

Re: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default-cli) on project : An exception occurred while executing the Java class

2015-04-06 Thread Jake K. Dodd
ology=fyp-storm-try.src.jvm.Topology'? Also, unless you have a very good reason for doing so, or you don't care about nuking your computer, I strongly suggest you stop executing a development project with sudo privileges. Best Jake K Dodd > On Apr 6, 2015, at 18:59, Chun Yuen Lim wrote: