tison
tison
FWIW this is what Logforth's diagnostic is for: * https://docs.rs/logforth/0.27.0/logforth/diagnostic/index.html Here is a living example: https://github.com/scopedb/percas/pull/87
cc @sunli829 WDYT?
Currently make a reloadable solution by: ```rust Some(tls) => TcpListener::bind(listen_addr) .rustls(stream! { loop { if let Ok(config) = load_tls_config(&tls) { yield config; } tokio::time::sleep(CONFIG_RELOAD_INTERVAL).await; } }) .into_acceptor() .await .map(AcceptorExt::boxed) .change_context_lazy(make_error),...
@seanmonstar Thanks for pointing out. I'm spending some time on the issue now. What do you think of this PR? Generally, I'd start with a CI-covered workspace to help make...
Reviewed this crate today and noticed that the main branch has never been released. I'll try to redo mime following the RFC and previous discussions in #153 and within the...
@pront Thanks for your information! It seems @vectordotdev/vector is not a team? Since it's not in bold I'm not sure if the notification is sent. BTW, could you trigger the...
@pront Fix conflict. Could you retrigger the CI and review this patch?
Aha. I should ping @vectordotdev/vector instead. > Fix conflict. Could you retrigger the CI and review this patch?
@pront Thank you! Resolved now. Would you please trigger the CI and see when to review? Hopefully we don't need to rebase several times later.