onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
jqmtor 2018-06-22T10:17:39.000307Z

@lucasbradstreet I'll have some time today to look into the other reduce example. Also, I wanted to update the user guide with the link to https://github.com/onyx-platform/onyx-examples/tree/master/terminal-reduce-task but the link is directly to master and the example is not available in any version yet. Should I create an issue on the main repo so that we don't forget to update this once the next version is released? Or do you have any other recommendation?

jqmtor 2018-06-22T10:21:29.000433Z

Being just docs, I'd assume it'd be OK to merge into the current release branch? (the onyx-examples 0.13.x branch I mean)

jqmtor 2018-06-22T10:31:44.000092Z

tentatively opened the PR assuming that's a good idea.

sparkofreason 2018-06-22T23:45:20.000014Z

I think I'm missing something about Aeron and kubernetes. Starting with kubectl apply -f kubernetes/peer.deployment.yaml works great the first time. I delete the deployment with kubectl delete -f kubernetes/peer.deployment.yaml and then try to restart again, and get the "active aeron driver exception". Seems like I'm missing something, maybe just a noob error with k8s.