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
I took a first step at the implementation by completely rewriting the service with cleaner boundaries and a much simpler interface but realized that our services are not behaving as simple actors since they not only receive messages but also subscribe to several data sources. This made my decision not suitable for our use cases.
This is an example counter implemented with the new (discarded) service abstraction:
No description provided.
The text was updated successfully, but these errors were encountered: