jackdaw

https://github.com/FundingCircle/jackdaw
dominicm 2020-06-22T15:30:00.067Z

I'm struggling to get the jackdaw word count example working in a separate project. When I run get-records I always get an empty list, instead of a list of kvs for the counts. Any tips?

dominicm 2020-06-22T15:31:42.067200Z

and yes, I have published some strings 😄

dominicm 2020-06-22T15:32:20.067900Z

I added a prn, so I have (fn [[_ v] (prn v) v) and I can see it printing out, so I assume that part is OK.