You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generated case classes from an Avro schema file using sbt-avrohugger and I want to use avro4s for generating a kafka Serde because io.confluent.kafka.streams.serdes.avro.SpecificAvroSerde doesn't work with classes that include Shapeless classes.
Hello,
I generated case classes from an Avro schema file using sbt-avrohugger and I want to use avro4s for generating a kafka Serde because
io.confluent.kafka.streams.serdes.avro.SpecificAvroSerde
doesn't work with classes that include Shapeless classes.Initially I tried this:
MyClass
has a lot of nested classes and I got this error during compilation:Then I tried invoking
SchemaFor
like this:But then I got this error during runtime:
Any idea how to solve or debug this problem ?
These are the main dependencies:
sbt-avrohugger version 2.8.0
scala version: 2.12.18
Thanks
The text was updated successfully, but these errors were encountered: