jackdaw

https://github.com/FundingCircle/jackdaw
2019-09-29T21:26:27.039Z

@bbss In general, it should be plain old clojure data that you pass to the publish function. The job of the various serializers is to convert the value into the byte-array that will eventually be written to the kafka topic. I guess that example works because strings are valid edn maybe?