akka / akka-edge-rs

Akka Edge support in Rust
https://doc.akka.io/docs/akka-edge/current/
Other
9 stars 1 forks source link

Opaque error when commit log directory does not exist #98

Closed johanandren closed 1 year ago

johanandren commented 1 year ago

More of an upstream issue maybe, but when handing a path that does not exist, the file log starts up without issue but then later fails leading to a pretty opaque "A problem occurred producing a envelope" error message from the CommitLogTopicAdapter.

Would be nice if the check was done on startup somewhere or if that is not possible for some reason at least lead to an error saying what is wrong.