As a non-clojure programmer trying to integrate with CTIA, I need to be able to deserialize events in redis that are not encoded with Nippy. I would like to see JSON strings, at least.
Carmine uses Nippy by default, which isn't an encoding standard with libraries in other languages. Need to support JSON and maybe Transit. We might want to make the format configurable as a property in CTIA.
This article shows how it can be done using carmine.
As a non-clojure programmer trying to integrate with CTIA, I need to be able to deserialize events in redis that are not encoded with Nippy. I would like to see JSON strings, at least.
Carmine uses Nippy by default, which isn't an encoding standard with libraries in other languages. Need to support JSON and maybe Transit. We might want to make the format configurable as a property in CTIA.
This article shows how it can be done using carmine.