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-04-15T00:48:07.000014Z

A fun one: part of the state is defined as clojure.data.int-map/PersistentIntSet. Job works fine with onyx-local-rt, but it seems to be changed to PersistentHashSet along the way when using the normal runtime.

lucasbradstreet 2018-04-15T00:48:57.000028Z

I’m on my phone at the moment, but you can extend nippy to support serialising it

lucasbradstreet 2018-04-15T00:49:16.000027Z

I’m assuming it’s a serialisation issue though.

sparkofreason 2018-04-15T00:51:18.000006Z

Sounds like it, will give that a try.

lucasbradstreet 2018-04-15T01:29:45.000044Z

Back home, this is what I was referring to: https://github.com/ptaoussanis/nippy#custom-types-v21

sparkofreason 2018-04-15T12:43:48.000045Z

Thanks, that fixed it.

lucasbradstreet 2018-04-15T15:20:07.000042Z

Great

sparkofreason 2018-04-15T16:15:28.000093Z

Is :onyx/type :reduce implemented in onyx-local-rt?

lucasbradstreet 2018-04-15T16:25:36.000006Z

I’m not sure. Maybe not.