Offload compacted ledger into tiered storage
Open
lifecycle/stale
Stale
type/feature
- Dominant language
- Java
- Stars
- 15.3k
- Forks
- 3.8k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 160
Description
**Is your feature request related to a problem? Please describe.**
For current compaction logic, it will compact topic message into the compacted ledger, which is stored in BookKeeper. We'd better offload the compaction ledger into tiered storage.
**Describe the solution you'd like**
Offload the compacted ledger into tiered storage. When read compacted ledger, which is in tiered storage, it will read from tiered storage.
Contributor guide
Assessment
This issue has not been assessed yet.