We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a standalone syslog server that forwards the logs to Kafka, or create a Docker logging plugin.
Either should cache logs if the Kafka connection is unavailable, and send them all whenever it's up. Maybe RocksDB? Or anything in Java https://github.com/search?l=Java&q=persistent+queue&type=Repositories. It would be nice if it had native Coroutines support.
The text was updated successfully, but these errors were encountered:
I think the best option for a persistent queue is a custom implementation using SQLDelight.
Sorry, something went wrong.
No branches or pull requests
Make a standalone syslog server that forwards the logs to Kafka, or create a Docker logging plugin.
Either should cache logs if the Kafka connection is unavailable, and send them all whenever it's up. Maybe RocksDB? Or anything in Java https://github.com/search?l=Java&q=persistent+queue&type=Repositories. It would be nice if it had native Coroutines support.
The text was updated successfully, but these errors were encountered: