Open timjroberts opened 5 years ago
Is there any update here? This is fundamentally a problem with the avrogen tool
@maxfield-riley Confluent have since taken the decision to merge their fork back into Apache. The PR mentioned above (in the Apache fork) has now been merged and was included in the 1.9.2 release. Hope that helps.
I've submitted a PR to
apache/avro
that supports logical types in .NET: https://github.com/apache/avro/pull/492Currently, in order to use the Avro serializer, a dependency on
Confluent.Apache.Avro
is required because of the required dependency onConfluent.SchemaRegistry.Serdes
. The two versions can't be used side by side because they populate the same namespace.I was wondering if the above PR could be considered for inclusion?