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
We will also need to support unsafe mode for evitaQL when querying data. It could be just a parameter in input object when querying data. evitaLab would use by default unsafe mode. There could than be a switch in evitaQL console to switch to safe mode for debugging or something.
There will be new methods in gRPC services:
queryUnsafe
queryOneUnsafe
queryListUnsafe
We want to explicitly distinguish, so the developer using it doesn't accidentally use unsafe mode.
We will need several internal APIs for evitaLab management tooling. Ideally, we would want to use gRPC with gRPC-web for it.
API for backups
API for JFR
API for mutations in WAL log
API for query recordings
The text was updated successfully, but these errors were encountered: