Fork me on GitHub
#onyx
<
2016-05-13
>
a.espolov10:05:33

Hi. Guys there is a tutorial for setting up the onyx cluster?

lucasbradstreet10:05:10

@a.espolov: we have a tutorial using our engraver tool https://github.com/onyx-platform/engraver, but we are probably not going to support engraver from here. The plan is to write up a kubernetes / Onyx tutorial. onyx-template https://github.com/onyx-platform/onyx-template/ has a tutorial which spins up a cluster with docker-compose (you will need to use the +docker +metrics options to get it). I’m not sure if that will fit your needs

lucasbradstreet10:05:57

and as I say, it will probably be abandoned

a.espolov10:05:59

lucasbradstreet: thaks man)

lucasbradstreet10:05:47

no problem. Hopefully we will have a better story here soon

jeroenvandijk11:05:52

We have kafka and zookeeper already in production as separate services. Should we setup a separate Zookeeper service for Onyx or should it be ok to attach to the existing service?

lucasbradstreet11:05:40

@jeroenvandijk: It's ok to attach to your existing prod instances, with the usual disclaimer that things could go wrong. It's certainly possible that onyx could put some extra load on zookeeper, e.g. we did have a bug where peers got into an infinite loop and wrote a lot of log entries. We've got much better testing, such as jepsen now, so the risk is much lower, but if your prod services are mission critical it's worth considering.

jeroenvandijk11:05:15

@lucasbradstreet: OK cool, thanks for confirming