Frank Märkle

Results 60 comments of Frank Märkle

We use the `toml_edit` crate during Setup to make as minimal changes to the existing configuration on disk as possible. If no changes had to be made to the existing...

This is implemented on the `persistence` branch. Will be merged onto `development` when more progress has been made on #18.

It looks like most conflicts happen, because the `reqwest` library isn't yet ready for using `hyper` and `http` 1.0: https://github.com/seanmonstar/reqwest/issues/2039 Trying to upgrade `axum` or `hyper` individually, forces those to...

The `tonic` library is not yet ready either: https://github.com/hyperium/tonic/issues/1579

`reqwest` is now ready for upgrade, but `tonic` is still not ready. A partial upgrade still fails due to two different versions of the `http` crate (`0.2.12` and `1.1.0`) being...

`tonic` is now also ready, as of version 0.12.0: https://github.com/hyperium/tonic/releases/tag/v0.12.0

Upgrade attempted on branch [issue-29-hyper-http-upgrade](https://github.com/eclipse-opendut/opendut/tree/issue-29-hyper-http-upgrade). OpenTelemetry still seems to not be ready: https://github.com/open-telemetry/opentelemetry-rust/pull/1674

OpenTelemetry is ready, now waiting for `tracing-opentelemetry`: https://github.com/tokio-rs/tracing-opentelemetry/issues/154