Chakru
Chakru
# Description This PR upgrades Docker Compose to version v2.36.0 for the Ubuntu 22 image. it will fix known https://github.com/docker/compose/issues/12747 in earlier versions of Docker Compose caused issues with parallel...
* migrate quickstart to use docker-compose profile based files -- that are more frequently used during dev * Saves a fully rendered docker-compose file via `docker compose config` * Add...
uses cr-oss-quickstart-test branch as master for quickart
When there are transient kafka errors, the consumer on the externalEventsSource need to reconnect -- and there is a pool of such consumers that get allocated LIFO thus potentially requiring...
Some more fixes assisted with claude for applying the recommendations from [here](https://www.bigbinary.com/blog/why-we-switched-from-cypress-to-playwright#architecture-prone-to-flakiness) and [here](https://docs.cypress.io/app/core-concepts/retry-ability) Most of the changes are to break chains as recommended