sksamuel / avro4s

Avro schema generation and serialization / deserialization for Scala
Apache License 2.0
719 stars 237 forks source link

avro4s/kafka removed in Scala 3? #835

Closed retarpt closed 4 months ago

retarpt commented 4 months ago

Hi, I'm trying to use this library in Scala3, but I see that you removed the Kafka-related code. Is there a plan to re-add this, or is there a different library out there that I should be using? Thank you for your help.

sksamuel commented 4 months ago

Module was removed a while ago. Easiest thing to do is use this to generate the serialization code, but pipe that into the kafka serializer.