-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Prio: SHOULDFeature is essential for the next releaseFeature is essential for the next releaseType: enhancementNew feature or requestNew feature or request
Description
I was wondered about the low speed of Avro Serialization in comparison to JSON/XSteam. Especially, Avro messages are small but require a lot of time to be serialized.
I would like to profile the process of serialization/deserialization to make sure we are not doing stupid things and not wasting time..
Acceleration ideas:
- Check for schema compatibility could be cached (since its result only needed once can be stored based on fingerprints)
- Conversion chain in Axon Serializer could be optimized and used explicit
Metadata
Metadata
Assignees
Labels
Prio: SHOULDFeature is essential for the next releaseFeature is essential for the next releaseType: enhancementNew feature or requestNew feature or request