You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tillrohrmann
changed the title
Implement simple loglet implementation based on RocksDB
Implement simple loglet implementation based on File storage
Jan 26, 2024
tillrohrmann
changed the title
Implement simple loglet implementation based on File storage
Implement simple loglet implementation based on RocksDB storage
Mar 26, 2024
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.
The text was updated successfully, but these errors were encountered: