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
Some events require deterministic serialization to be sent as raw data. If the DSL generated the serialize and deserialize methods with cbor deterministic serialization (like the one used for StableCheckpoint or LeaderSelectionPolicy), we could get rid of this boiler plate code as well.
The text was updated successfully, but these errors were encountered:
ranchalp
added
backlog
To address eventually, not necessarily now
cleanup
SDK
Debugging and analytics tools, e.g., creation / inspection of event logs, profiling...
labels
Apr 11, 2023
Some events require deterministic serialization to be sent as raw data. If the DSL generated the
serialize
anddeserialize
methods with cbor deterministic serialization (like the one used forStableCheckpoint
orLeaderSelectionPolicy
), we could get rid of this boiler plate code as well.The text was updated successfully, but these errors were encountered: