Andy Chambers

Results 19 issues of Andy Chambers

With tools.deps now an option for defining the classpath, how should mach integrate with it? Looks like the `clj` and `clojure` scripts will now create a .cpache directory we could...

I suppose another way of fixing this would be to compute the length as if for a GET and use that for the "Content-Length" but considering there might be middleware...

bug
wontfix

In #230 we added helper functions for creating test-commands which helps in cases where the commands are authored using these new functions. @AndreaCrotti commented that it would be nice if...

Astute followers may have noticed some flakeyness in the rest-proxy transport test. On closer inspection, this does indeed seem like a bug although I'm not quite sure yet how it's...

As a test-author, I'd like to ensure a topic does not exist before re-creating the topic according to the fixture before my test runs So that I can be sure...

The avro serde resolver requires the specification of a local schema even though the schema is only actually used for *producing* messages. When consuming messages, we just let the `KafkaAvroDeserializer`...

Many of the operations in the admin namespace block on some upstream result before transforming the result into something a bit more idiomatic for Clojure programs. If the operation is...

While working on #90, I noticed that `k/count` was mis-specced which meant that you could not fall back to the default serdes configured in the app config. Suspect there might...

bug

| ns | %forms | %lines | |---|---|---| | jackdaw.client | 34.56 | 50.00 | | jackdaw.client.log | 36.36 | 50.00 | | jackdaw.client.partitioning | 16.77 | 26.32 | |...