Fork me on GitHub
#jackdaw
<
2019-02-20
>
Travis22:02:37

Hey guys, As anyone had an issue where when using the test driver the serdes are not behaving the sameway ? For instance when running the real thing with JSON serdes the data off the topic is being converted to clojure automatically but when running the test driver my data is still in json format

creese22:02:29

The JSON serdes are not used much within FC and may not be as well tested.

creese22:02:02

Can you try the EDN serde and see if you get the same result? If it works, there might be a problem with the JSON serde.

creese22:02:47

I have used the EDN serde with jackdaw.streams.mock and I know they do work.

Travis22:02:59

ok will give that a try and see if its consistent

creese22:02:48

If you’re able to identify the problem, please create an issue or a PR with fix. Thanks!

Travis22:02:37

so what appears to be happening in the case of the test driver is what ever I publish ( json, edn ) thats exactly what I get in the stream