exasol / kafka-connector-extension

Exasol Kafka Extension for accessing Apache Kafka
MIT License
4 stars 7 forks source link

Remove or replace `avro4s` dependency #71

Open morazow opened 1 year ago

morazow commented 1 year ago

Situation

The avro4s project is a macro based library we use to generate Avro schemas of classes at compile time. Unfortunately, we should replace or remove this dependency since it is in maintenance mode only now.

We can't find an replacement, then we may have to write some boilerplate code to generate the Avro schemas. Please note that it is only used in tests.

AC