sksamuel / avro4s

Avro schema generation and serialization / deserialization for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avro4s/kafka removed in Scala 3?

retarpt opened this issue · comments

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.

commented

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.