Fork me on GitHub
#onyx2015-06-09
>
mccraigmccraig14:06:26

@michaeldrogalis: i'm just about to start work on a messaging app... i was thinking kafka+trident/storm+cassandra ... should i be considering kafka+onyx+cassandra ?

michaeldrogalis14:06:36

We don't have an equivalent of Trident yet - but if you can handle making your stuff idempotent then you're smooth sailing

mccraigmccraig14:06:56

@michaeldrogalis: cool ! idempotency should be ok for us, and onyx looks like it will be v.nice to work with simple_smile

michaeldrogalis14:06:20

@mccraigmccraig: Thanks! Let me know if you have any questions.

mccraigmccraig14:06:22

ooo... looks from the docs that mesos/marathon deploy will be easy too. w00t !

michaeldrogalis14:06:13

@mccraigmccraig: Yep! To deploy, you only need to share a common identifier string and a ZooKeeper address. So Marathon is a perfect fit.

erichmond16:06:55

@mccraigmccraig: to echo, yes, I was evaluation storm/spark streaming when I discovered onyx

erichmond16:06:05

if you are already in clojure, it's a no-brainer IMO

danielcompton21:06:05

@michaeldrogalis: would Aeron be a good fit for Onyx’s queueing system?

michaeldrogalis22:06:57

@danielcompton: Yes. We've already have the code written to integrate it - we're just waiting on them to release a beta. They had a few stability problems, so we left it out of this release.

michaeldrogalis22:06:05

It's a rather large performance gain over Netty.