Andy Chambers

Results 19 issues of Andy Chambers

Would you consider merging a PR for something like this but for avro? https://github.com/metosin/spec-tools/pull/5/files Don't think we'd need to pull in any additional dependencies as we'd only need to generate...

enhancement

The only way I could figure out of using matrix was to just copy the sources onto the classpath in my own project. There's a way to setup github actions...

If someone has a branch named like e.g. "pull/100", the example `:status-to-version` function will fail to produce a jar. I imagine lots of people using this will just copy the...

Not sure if anyone still uses this but it was the best method I could find for extracting server metrics from java apps like zookeeper which don't provide the ability...

Hey folks, What are your thoughts about the new method of managing offsets in kafka. There's some documentation (in the form of example code) here... https://cwiki.apache.org/confluence/display/KAFKA/Committing+and+fetching+consumer+offsets+in+Kafka The TLDR is that...

In order to generate an API where entities are automatically addressable and linkable, `id` is a required attribute. So users of defentity shouldn't have to specify it on each one....

As a developer, I'd like to be able to add custom validation rules that are checked as part of the transaction so that I can be sure of the integrity...

enhancement
ready

The function `as-edn` could be faster I think. Currently, we take an avro `GenericData`, write it out to JSON, then parse the JSON into an edn object. Nice and simple...