jackdaw

https://github.com/FundingCircle/jackdaw
Travis 2019-02-20T22:07:37.001900Z

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

2019-02-20T22:15:29.002500Z

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

2019-02-20T22:16:02.003200Z

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.

2019-02-20T22:16:47.004Z

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

Travis 2019-02-20T22:16:59.004400Z

ok will give that a try and see if its consistent

2019-02-20T22:17:48.005200Z

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

Travis 2019-02-20T22:17:56.005400Z

will do

Travis 2019-02-20T22:30:37.006100Z

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