You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm working on an event-sourcing system on top of Orleans. I gonna store all events permanently in DB.
The question is:
Is Orleans Serializer stable enough to we rely on for storing data? (I mean would be any probable breaking changes in the future?)
I have 2 option:
Orleans Serializer
Protobuf
And the possibility of breaking changes is the only reason if I gonna go with Protobuf