AbsaOSS / ABRiS

Avro SerDe for Apache Spark structured APIs.
Apache License 2.0
230 stars 75 forks source link

Remove dependency on confluent subject naming strategy code #242

Closed cerveada closed 2 years ago

cerveada commented 2 years ago

The code for generating subject name was moved between confluent versions, and it is causing issues for us.

Since the code is really simple (just concatenation of Strings, really). I think it's better to implemented yourself in Abris and avoid this problematic dependency.