Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [ENH] Have a isAsynchronous property on a realm #680

Open
CChemin opened this issue May 4, 2022 · 0 comments
Open

✨ [ENH] Have a isAsynchronous property on a realm #680

CChemin opened this issue May 4, 2022 · 0 comments
Labels
enhancement New feature or request P2 Should be done in the next three releases

Comments

@CChemin
Copy link
Contributor

CChemin commented May 4, 2022

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)

@CChemin CChemin added the enhancement New feature or request label May 4, 2022
@micedre micedre added the P2 Should be done in the next three releases label May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2 Should be done in the next three releases
Projects
None yet
Development

No branches or pull requests

2 participants