Liam Woodleigh-Hardinge
Liam Woodleigh-Hardinge
the versioned surreal DB crates can be found here: surrealdb-beta: https://docs.rs/surrealdb-beta/latest/surrealdb/ surrealdb-nightly: https://crates.io/crates/surrealdb-nightly/1.20231209.1212550 These crates work with their equivalent docker images such as this one: https://hub.docker.com/layers/surrealdb/surrealdb/nightly/images/sha256-e4eb144c92346837c3a28d8ba729d65cf5146f9f5196fbac2e1a1117c0d84529?context=explore To clarify this issue:...
Relevant for setting up CI for beta/nightly versions: https://surrealdb.com/blog/introducing-our-new-monthly-release-schedule
@aurelien-clu I think that's a great idea and good first step towards getting best practice event format stored in the DB! PR encouraged :)
Hi Dave, Regarding UUIDs / ULIDs, no worries and understood. We're not talking about different serialisation formats here. CloudEvent is a CNCF standard event format specification. The issue is that...
I believe this should be able be achieved by [leveraging this](https://docs.rs/kube/latest/kube/api/enum.WatchEvent.html#)
This would help us from receiving a bunch of these events which create noise every second: ``` 2024-06-24T07:40:21.365869Z INFO async_nats::options: event: connected 2024-06-24T07:40:22.364401Z INFO async_nats::options: event: connected 2024-06-24T07:40:23.366736Z INFO async_nats::options:...
@fadil-khodabuccus-cko did you provide the code?
Any updates on this? Would love to consume this service!
FWIW I get this when I try to open a shell in the Keycloak container: 
FWIW I tried copy and pasting the YAML from the Keycloak + Postgres, but I couldn't get it to be accessible:  I get this when I try to load...