Fork me on GitHub
#onyx
<
2017-09-03
>
lucasbradstreet00:09:57

It would be mostly useful for simple windowing jobs, especially those that could be satisfied over an entire topic's partitions with a single peer, or those where the kafka topics are partitioned nicely (pre grouped) and you can use multiple peers

lucasbradstreet00:09:36

It wouldn't be very useful if you're trying to use output plugins of any kind, but for building windows that could be dynamically queried via onyx peer http query, if would do quite nicely

michaeldrogalis01:09:21

Main motivation is to bring down resource consumption and operations complexity for simple jobs.

lmergen08:09:49

would this runtime mean there’s no need for zookeeper and things like that ?

lmergen08:09:55

i think it could be useful when you have small, isolated aggregates you want to keep track of. might work best if there’s a “http server” output plugin, which just serves the current state of the window over http.

lucasbradstreet17:09:28

@lmergen that's exactly the idea. We already have the window state http server implemented. Initially we'd have it depend on zookeeper, though it would be possible to do it without zookeeper.

Travis17:09:17

This type of thing really could be useful. We were working on using onyx in an appliance environment. This would make it much easier to run

michaeldrogalis19:09:19

Yeah, definitely a lot of power here.

michaeldrogalis19:09:10

If anyone has a use case for this in a production environment, drop us a PM. The more input the better on these things.