-
Notifications
You must be signed in to change notification settings - Fork 38
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
Replace InMemoryServiceInstanceStateRepository
with real database
#324
Comments
Is it recommended to persist SI state in MongoDB through Mongo CRUD service REST API? |
Hi, Siva. |
Thank you @Albertoimpl |
Discussed today... We think a nice way to solve this would be to autoconfigure a data store based on database starter availability on the classpath. |
This implementation was meant to be obviously the wrong thing to use in a production application, but now it's causing problems with Reactor and BlockHound (see #313). Let's replace it with a real Reactive data repository and deprecate this one (or remove it entirely).
The text was updated successfully, but these errors were encountered: