Tiered storage moves closed log segments to object storage while keeping the recent window on local disk, which decouples retention from the size of the NVMe you provisioned. AceMQ assesses whether the read patterns justify it and designs the configuration and sizing around measured behavior.
Teams facing a multi-month or multi-year retention requirement either over-provision local disk across every broker or truncate retention and lose the ability to replay. Tiered storage solves this, but only if the local cache window matches how consumers actually read — a rebuild job that replays from the beginning of a topic pulls large volumes from object storage, and the resulting request and egress costs surprise people who did not model them.
Redpanda clusters on Kubernetes or cloud instances with local NVMe and S3-compatible object storage, serving both streaming consumers and periodic historical replay.
AceMQ profiles consumer read offsets over time to measure how far back consumers actually reach and how often, which determines the local cache window. Retention is then split into a hot local tier and a cold object tier per topic, and remote read cost is modeled against the real replay patterns rather than a worst case.
Customers extend retention by an order of magnitude without a proportional increase in local storage, and the cost model reflects measured read behavior. Recovery procedures are validated before they are needed rather than during an incident.
Migrating from Kafka to Redpanda with client compatibility testing, ACL and schema registry translation, and a staged cutover per topic.
Named-engineer 24/7 support for Redpanda clusters covering node recovery, consumer lag incidents, upgrades, and client-side failures.
Whether you need architecture advisory, 24/7 support, or full managed services, AceMQ has the expertise to help.