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.
I’m on my phone at the moment, but you can extend nippy to support serialising it
I’m assuming it’s a serialisation issue though.
Sounds like it, will give that a try.
Back home, this is what I was referring to: https://github.com/ptaoussanis/nippy#custom-types-v21
Thanks, that fixed it.
Great
Is :onyx/type :reduce
implemented in onyx-local-rt?
I’m not sure. Maybe not.