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
Products use SingleTableReadModel class to build read model. We would like read models to work in an asynchronous way.
Keep in mind that changing read model from sync to async will affect UI/UX experience. One could deal with that using turbo, but there are other ways as well that could be used.
The text was updated successfully, but these errors were encountered:
Products use
SingleTableReadModel
class to build read model. We would like read models to work in an asynchronous way.Keep in mind that changing read model from sync to async will affect UI/UX experience. One could deal with that using turbo, but there are other ways as well that could be used.
The text was updated successfully, but these errors were encountered: