Stream fleet visibility
Watch every CDC stream under a project with health, lag, heartbeat age, rows applied, and last-hour activity.
MySQL CDC Monitoring
Cupcake DRCP turns CDC into an operator view: stream fleet, heartbeat freshness, lag, rows applied, workload mix, source load, binlog state, and recent technical events.
Why It Matters
Watch every CDC stream under a project with health, lag, heartbeat age, rows applied, and last-hour activity.
Track source position and window mode so teams know whether change capture is using binlog replay or a row-window sweep.
Surface conditions such as disabled foreign-key checks so teams know when compare and repair should be scheduled.
Product Workflows
Checklist
Use binlog CDC when near-real-time replay and source position tracking are the priority.
Use a primary-key sweep when binlog access is unavailable or when a fallback validation pass is needed.
Watch heartbeat age, rows applied, and lag together so quiet traffic is not confused with a stalled stream.
Schedule compare and repair after CDC catch-up when foreign-key ordering or fallback sweeps could create temporary drift.
Community Discovery
FAQs
Lag, heartbeat age, rows applied, last error, and source position are the first signals to inspect.
Yes. Cupcake keeps the operator summary readable while preserving technical event history for deeper troubleshooting.