Dominik Wosiński

Results 25 comments of Dominik Wosiński

@jdegoes not sure if that's what You meant :)

Hey @bplommer, but the idea is to still imlement `io.confluent.kafka.schemaregistry.client.SchemaRegistryClient` inteface right ? I be happy to tackle this btw.

One more question, because I think I am missing something here :) We want to actually implement our own deserialization of Avro here? Since `KafkaAvroDeserializer/Serializer` are part of confluent libraries,...

If @kitlangton is busy I'm happy to take a look ;))

I think I got that for `==` operator, but it's trickier for all inequality operators as they are summoning `Ordering` to the scope and I have no idea how to...

I think that should be fine now, the build fails locally with `RouteCodec` issues, but fmt seems to be fine.

One thing I can think of is to create a custom layer that creates `ServerConfig` from `AppConfig` or even do mapping in `provide`: ``` val appLayer = ZLayer.fromZIO( for {...