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
…tional (#3954)
### What changes were proposed in this pull request?
Change configurations about default entity store and change default
entity store from KV to relational.
### Why are the changes needed?
We are going to make KV entity deprecated.
Fix: #3924
### Does this PR introduce _any_ user-facing change?
N/A.
### How was this patch tested?
Existing test can cover it.
Replace the current default Key-value entity store with the embedded JDBC store.
The text was updated successfully, but these errors were encountered: