vector::sources::file

Function file_source

source
pub fn file_source(
    config: &FileConfig,
    data_dir: PathBuf,
    shutdown: ShutdownSignal,
    out: SourceSender,
    acknowledgements: bool,
    log_namespace: LogNamespace,
) -> Source