Skip to content
New issue

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

Implement simple loglet implementation based on RocksDB storage #875

Closed
Tracked by #871
tillrohrmann opened this issue Nov 2, 2023 · 1 comment
Closed
Tracked by #871

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Nov 2, 2023

Based on #874 provide a simple, non-distributed log implementation that is backed by a file to persist log entries. Once we have a durable log implementation, we can update the existing code to use the log abstraction.

@tillrohrmann tillrohrmann changed the title Implement simple loglet implementation based on RocksDB Implement simple loglet implementation based on File storage Jan 26, 2024
@tillrohrmann tillrohrmann changed the title Implement simple loglet implementation based on File storage Implement simple loglet implementation based on RocksDB storage Mar 26, 2024
@tillrohrmann
Copy link
Contributor Author

Done via dae1e7c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants