Andy Chambers

Results 33 comments of Andy Chambers

Currently, with regard to test-machine docs, we now have * [A high-level guide](https://cljdoc.org/d/fundingcircle/jackdaw/0.6.5/doc/the-test-machine) * [Reference docs](https://cljdoc.org/d/fundingcircle/jackdaw/0.6.5/api/jackdaw.test) * [A working e2e example](https://github.com/FundingCircle/jackdaw/tree/master/examples/word-count) We can always have more docs but if there...

I see what you mean. I think this would be a fairly easy fix if you want to have a shot at submitting a PR. Having said that, if you're...

Hi @r0man, Apologies for the delay. We had to get the contributor guidelines/agreement in place before we can accept contributions from outside FC. Hopefully #122 does that so once that...

Hey @r0man, Apologies once again for the delay but the contributor guidelines are now all in place and @sbrauer has helpfully already submitted a PR with the correct sign-off declaration....

Yes I’d definitely like to make this more convenient and improving the documentation of the avro/confluent serde is high on my priority list.

The included confluent serde currently expects to find a local copy of the schema on the classpath when *serializing* a message but not when *deserializing* the message. This behavior is...

Ah ok sorry. Our confluent serde expects keys in the message and value maps to be keyword, hyphenated versions of the corresponding avro fields. There is #126 which seeks to...

It was suggested when we began the project that the test component could be housed elsewhere. However, there was quite a strong desire for jackdaw to include tools that could...

Do you think https://github.com/FundingCircle/jackdaw/pull/144 addresses the most significant problem described here? I can follow up on the stack-trace logging thing but that's only a dev dependency anyway and might be...