Frank Märkle
Frank Märkle
Completed in #276.
This library might be very useful: https://crates.io/crates/autosar-data
I just had a quick look over the code, I don't fully understand it yet and don't know what you had already planned, but quick feedback: * A unit test...
Hey, I saw that you merged your changes onto development. It's not a problem, but you misunderstood me, when I said you should rebase your branch onto `development`. What I...
Without this, it is not possible to define an executor and then deploy a cluster twice. Error printed out by Docker after being started by EDGAR: ``` Error: error creating...
* EDGAR should handle all `Absent` rules before handling the `Present` rules, to ensure no conflicts in configurations occur. * EDGAR needs to detect when a `Parameter` is still `Present`,...
I've adjusted the logging to now say: `Connected to NetBird Client process via Unix domain socket at '/var/run/netbird.sock'.` (The logging was not supposed to say that it's connected to the...
We haven't observed this in some time. We now always restart NetBird during the EDGAR Setup, and we've also upgraded NetBird to a newer version, which may have fixed this.
The cause for this might be architectural. Currently, LEA gets the list of connected peers from the PeerMessagingBroker, whereas the list of peers comes from the PeerManager. The PeerMessagingBroker already...
We changed the way this status is loaded (now via PeerManager.get_peer_state()), so we hope this issue is resolved. Closing for now. See #277.