Mark Tinsley

Results 10 issues of Mark Tinsley

An optional field in AVRO is currently set by setting a default to nil and setting up a union type with "null" as the first type in that union. When...

Can raise a PR for this but would be good to update to the latest version

Hi, We have a requirement to have different types of event on the same topic, this explains the need in great detail: https://www.confluent.io/blog/put-several-event-types-kafka-topic/ The functionality for doing this has been...

Having some really weird behaviour. Using the edenhill/kafkacat:1.6.0 docker image. We have around 102 messages on a topic, there are three partitions. The messages are evenly partitioned (38 on 0,...

Hi would it be possible to push a new release to Clojars

Only failing test is around passing a nil serde, I could look at fixing this but I want to know what conditions is this needed for? I don't use the...

Hi, The `@deprecated` annotation I can see is now supported under the draft on the spec https://spec.graphql.org/draft/#sec--deprecated. But not for the current released one https://spec.graphql.org/October2021/#sec--deprecated. I'm using the https://www.npmjs.com/package/graphql-schema-linter version...

Hi, First off brilliant library, getting lots of value out of it. I updated the library to the latest from 1.2 to 1.2.2, which contained this fix https://github.com/walmartlabs/lacinia/pull/452 it was...

So this fails: ``` (rest-driven [{:method :GET :url "/path/with%2Finpath/ok"} {:status 200}] (http/get "http://localhost:8081/path/with%2Finpath/ok")) ``` but this passes: ``` (rest-driven [{:method :GET :url "/path/with/inpath/ok"} {:status 200}] (http/get "http://localhost:8081/path/with%2Finpath/ok")) ``` Not invested...

Hi @whostolebenfrog This is more of a improvement than a issue, and is currently more of a thought and an action so would really appreciate your view on this. So...