Generate Avro file based on java file

情到浓时终转凉″ 提交于 2019-12-13 02:50:42

问题


There are plugins that can generate java file using Avro schema. Is there a reverse of that? I would like to generate Avro schema based on java file.


回答1:


Kite SDK has a lot of useful things to work with Avro Schema. Take a look to this

http://kitesdk.org/docs/1.1.0/Inferring-a-Schema-from-a-Java-Class.html



来源:https://stackoverflow.com/questions/45700725/generate-avro-file-based-on-java-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!