flipp-oss / protoc-gen-avro

Generate Avro schemas from Protobuf files.
MIT License
0 stars 2 forks source link

Fix: Add support for enums defined in message #12

Closed ikstewa closed 6 months ago

ikstewa commented 6 months ago

Proto allows for an enum to be defined within a Message. Register nested enums in the type repo so they can be referenced but not created as types.