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
While using Kafka as remote WAL, we don't rely on the EntryId generated by mito2. Instead, we use the offset return from Kafka as EntryId. We overwrite the EntryId with RecordOffset. Therefore, we must ensure the mito engine can always recover the last entry ID correctly.
What type of enhancement is this?
Tech debt reduction
What does the enhancement do?
While using Kafka as remote WAL, we don't rely on the EntryId generated by mito2. Instead, we use the offset return from Kafka as EntryId. We overwrite the EntryId with RecordOffset. Therefore, we must ensure the mito engine can always recover the last entry ID correctly.
See also:
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: