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.
That’s odd. Is is possible you have auto topic creation turned on and misspelled a topic name?
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
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.
Hah I bet