use path;
/// A Message Payload.
/// Used to simplify the passing of info from the HTTP Thread, to the thread that sends to Kafka.
/// Rather than using some weird string concatination method.
/// The configuration struct.
/// Conatains all possible configuration values. Either from env vars,
/// or from CLI Opts.