Closed edwardcapriolo closed 2 years ago
The other way to solve this issue is to modify the schema after it is created. You can see how it is done here:
Since this seems to be working well without need to change the Abris converter, I will close this PR.
This addresses #220. The largest problem was that the current tools generate a schema that wont compile with: https://avro.apache.org/docs/current/gettingstartedjava.html
The largest problem was package name clash with class names. Solved by appending a namespace in the example. Also convention is records to be upper case. With this code the default behavior is preserved, but users can plug in logic that works for them.