FgForrest / evitaDB

evitaDB is a specialized database with an easy-to-use API for e-commerce systems. It is a low-latency NoSQL in-memory engine that handles all the complex tasks that e-commerce systems have to deal with on a daily basis. evitaDB is expected to act as a fast secondary lookup/search index used by front stores.
https://evitadb.io
Other
61 stars 7 forks source link

New version of evitaLab is backward incompatible in terms of configuration #654

Closed novoj closed 1 month ago

novoj commented 1 month ago

Problem is with configuration option: api.endpoints.lab.gui.preconfiguredConnections

Negotiated steps for correction:

lukashornych commented 1 month ago

I think we should still mark this as breaking change because we'll remove the CLI property to define path for the evitaLab connections.

lukashornych commented 1 month ago

Interestingly enough, the GuiHandler already works with the api.exposedOn so I just removed the api.endpoints.lab.gui.preconfiguredConnections CLI property as we've discussed and documented new recommended configuration.

Now we just need to make sure that the api.exposedOn is correctly configured, but evitaDB itself should crash anymore.