Frank Märkle
Frank Märkle
`tracing-opentelemetry` is ready. Struggling with upgrading Axum for our gRPC+HTTP backend. The relevant example has not been updated yet, so might not yet be easily possible: https://github.com/tokio-rs/axum/blob/main/examples/rest-grpc-multiplex/src/main.rs
`reqwest-retry` depends on the `instant` library which had an [advisory](https://rustsec.org/advisories/RUSTSEC-2024-0384) issued, due to being unmaintained. We cannot upgrade `reqwest-retry` due to this issue.
Implemented in 4e8c2e1258e3faa32dacba594e3c164dd1124e9b and following commits.
Our strategy so far has been to avoid modifying the system interfaces with external commands, so that we only need *CAP_NET_ADMIN* on EDGAR's executable. However, it probably won't be the...
Initial architecture thoughts: ## Persistables * PeerDescriptors * DeviceDescriptors * ClusterConfigurations * ~~Users~~ → Keycloak will do that * Mapping ClientId → PeerId (#149) ## Restore (after CARL start-up) *...
> I can recommend [rusqlite](https://crates.io/crates/rusqlite). The advantage is, that you can run a SQLite Database within the same process. Therefore it is not required to extend THEO. For simple unit...
Implemented as part of v0.3.0.
Implemented in #258.
Closing due to https://github.com/eclipse-opendut/opendut/issues/55#issuecomment-1948307920.
The upstream pull request was closed without merging, due to outstanding issues which we don't have the capacity to fix. Will continue using our patch for the foreseeable future.