julianpeeters / sbt-avrohugger

sbt plugin for generating Scala sources for Apache Avro schemas and protocols.
Apache License 2.0
133 stars 50 forks source link

Task that converts avro IDL to AVSC #28

Open julianpeeters opened 8 years ago

julianpeeters commented 8 years ago

https://github.com/julianpeeters/sbt-avrohugger/issues/27#issuecomment-245002711

mariussoutier commented 8 years ago

This is cool - I have the scenario where a team is using C# (for whatever reason), and apparently their tooling doesn't support AVDLs (again, for whatever reason), so this will be helpful.