For now I faced with problem that I don't have clear idea how to implement fault-tolerance strategy for elfo. For instance, I have some state in actor with prices in hashmap that is updated on every message but if my actor fails I loose this state.
@loyd Is there some recommendations or examples how to make this process with best practices?
For now I faced with problem that I don't have clear idea how to implement fault-tolerance strategy for elfo. For instance, I have some state in actor with prices in hashmap that is updated on every message but if my actor fails I loose this state.
@loyd Is there some recommendations or examples how to make this process with best practices?