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>
sparkofreason 2018-05-13T22:11:24.000029Z

I've been getting this exception when restarting the onyx environment in the REPL. Used to happen sporadically, now it's every time, forcing a REPL restart. It might be related to my use of an embedded Kafka server, which seemed like a good idea to support REPL development, but now wondering if there's a better setup to achieve the same thing.

lucasbradstreet 2018-05-13T22:33:59.000111Z

That’s odd. Is is possible you have auto topic creation turned on and misspelled a topic name?

joelsanchez 2018-05-13T22:34:57.000021Z

that error used to happen to me when I was starting out. check your logs, you may find an exception or error there. edit: nah it was more like "not enough peers to run the submitted jobs", sorry

sparkofreason 2018-05-13T22:41:01.000062Z

Aaargh! Just realized somebody (probably me) commented out the line calling onyx.api/shutdown-env. That explains all kinds of odd things. Put that back and it works fine.

lucasbradstreet 2018-05-13T22:41:19.000006Z

Hah I bet