For applications the are running in environments that do not have persistent storage, logging to std out and file on the local filesystem is not enough.
Log4j has a Kafka Appender which is what my company is using for Java projects.
I think adding an equivalent feature would be very helpful for enterprise teams that want to use this library. Currently I don't think there is a great solution for in any of the existing Rust libraries.
I think I'd like to take a shot at contributing the code for this problem. Python / GoLang / Java automation devops programmer who's learning Rust for fun. After I have a solution will create PR for merge.
For applications the are running in environments that do not have persistent storage, logging to std out and file on the local filesystem is not enough.
Log4j has a Kafka Appender which is what my company is using for Java projects. I think adding an equivalent feature would be very helpful for enterprise teams that want to use this library. Currently I don't think there is a great solution for in any of the existing Rust libraries.