chronicle
chronicle copied to clipboard
In chronicle_storage we have dialyzer warnings that we cannot match a couple of clauses as the function chronicle_utils:sync_dir/1 should always return ok. One case clause can be removed, but the...
The leader_request function is a key point for chronicle operations and having a histogram of latencies may be helpful.
Change-Id: Id4d839f06794ac2f2d3ac1c08d36cac5907f6603
Pass encrypt and decrypt callbacks via app env, and use them every time data is written or read. Pass decrypt callback to chronicle_dump, so it can decrypt data.