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
Sugoi can read and write on different stores that are replicated after a lapse.
We should have a property on the realm (maybe isAsynchronous ?) that will identify a realm as writing and reading on different stores.
This property then could be used to return a dedicated exception on synchronous only request or to determine if the existence of an id can be checked (see sugoi-api-core\src\main\java\fr\insee\sugoi\core\service\impl\UserServiceImpl.java#84)
The text was updated successfully, but these errors were encountered:
Sugoi can read and write on different stores that are replicated after a lapse.
We should have a property on the realm (maybe isAsynchronous ?) that will identify a realm as writing and reading on different stores.
This property then could be used to return a dedicated exception on synchronous only request or to determine if the existence of an id can be checked (see sugoi-api-core\src\main\java\fr\insee\sugoi\core\service\impl\UserServiceImpl.java#84)
The text was updated successfully, but these errors were encountered: