ConfluentAvroEncoder should not duplicate the schema if not needed
Open
bug
- Dominant language
- Scala
- Stars
- 47
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
With #227, the generated avro schema is duplicated in any case, even if it doesn't need to be updated. The exact same schema should be created if no default values are defined, but it is still unnecessary.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.