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
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
The Controller is implemented based on DLedger. DLedger is a raft repository specifically designed for RocketMQ with many optimizations made for CommitLog. However, when implementing Controller, these optimizations are not needed, and DLedger does not support log compression (Snapshot), so more mature raft libraries such as JRaft can be considered.
Motivation
Compared to DLedger, jRaft is more mature and reliable, and supports snapshot function, which can solve the problem of unlimited log growth.
Before Creating the Enhancement Request
Summary
The Controller is implemented based on DLedger. DLedger is a raft repository specifically designed for RocketMQ with many optimizations made for CommitLog. However, when implementing Controller, these optimizations are not needed, and DLedger does not support log compression (Snapshot), so more mature raft libraries such as JRaft can be considered.
Motivation
Compared to DLedger, jRaft is more mature and reliable, and supports snapshot function, which can solve the problem of unlimited log growth.
Describe the Solution You'd Like
Use JRaft to Implement Controller.
Describe Alternatives You've Considered
Use other mature Raft libraries.
Additional Context
RIP: https://docs.google.com/document/d/1mpzTv1vnWxQwPGsHj6Ng2fK9aL9f6MZFw7ZgvW5284o/edit#heading=h.av2kaasaafu6
No response
The text was updated successfully, but these errors were encountered: