Jan Novotný
Jan Novotný
See https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ * **liveness** (aka restart needed) - Many applications running for long periods of time eventually transition to broken states, and cannot recover except by being restarted. Kubernetes provides...
Currently the deep fetching and entity enrichment is not fully implemented for BinaryEntities on Evita Java Client. The BinaryEntity is a research concept that is not yet fully completed and...
During discussion with Next.JS team (namely Jakub Ruffer), new idea sprung up. In current situation is up to them to maintain list of filterable parameters, cache it and ask actively...
While we have designed entire transactional systems, this excludes the part where conflicts between multiple concurrent transactions are resolved and potentially conflicting transactions are rolled back. Because we need to...
In order to propagate all changes in the evita engine across the entire cluster, we need to implement WAL log for top-level engine operations such as - create catalog -...
While the transactions are designed - we still do a limited set of consistency checks (for example, mandatory attributes), but we don't check for the existence of referenced entities and...
Currently we don't allow to specify `distance` as zero, but there are use-cases where it makes sense. Consider following query: ``` query( collection("Product"), filterBy( hierarchyWithin( "categories", attributeEquals( "code", "audio" )...
When parts of the query are commented out or lines are moved, there is usually a parsing error due to the trailing comma. If our parser automatically ignores the last...
## Viewport rules Often the product listing page contains listings in differently sorted forms. The typical example is the "Top Sellers" block, which lists the exact same products as the...
We should consider and write performance tests for the situation when the stored records in the key/value store are decompressed. For example, one of the promising Java libraries is: https://github.com/airlift/aircompressor/tree/master...