confluentinc / avro

Mirror of Apache Avro
Apache License 2.0
12 stars 20 forks source link

Logical Types in .NET #13

Open timjroberts opened 5 years ago

timjroberts commented 5 years ago

I've submitted a PR to apache/avro that supports logical types in .NET: https://github.com/apache/avro/pull/492

Currently, in order to use the Avro serializer, a dependency on Confluent.Apache.Avro is required because of the required dependency on Confluent.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?

maxfield-riley commented 4 years ago

Is there any update here? This is fundamentally a problem with the avrogen tool

timjroberts commented 4 years ago

@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.