Kixunil / configure_me

A Rust library for processing application configuration easily
62 stars 14 forks source link

Case for LNP Node and other LNP/BP microservices #42

Open dr-orlovsky opened 4 years ago

dr-orlovsky commented 4 years ago

Just would like to check that I am using this lib efficiently with cases we have in different LNP/BP nodes (LNP Node, BP Node, RGB Node).

Each node is represented by

The main service should be configured with either:

The rest of services are never intended to be launched by human from command-line (they are started as threads or processes by the main service, or automatically by something like Kubernetes), but they also should be configured with

What I plan is: