I want the equivalent of Kondor (https://github.com/uberto/kondor-json) for Avro instead of JSON
3
Replies
0
Boosts
In particular, first-class mappings between on-the-wire formats and the application’s domain model types.
@natpryce I've always found the converter approach Kondor uses to be preferable to the annotation+reflection rigs.
@GeePawHill Yes indeed! And because converters are first-class values you can select them dynamically by the content type or some other signal of the format version. That makes system evolution so much simpler.