// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB
//! CDC consumption module
//!
//! This module provides the consumer-side functionality for CDC:
//! - Consumer traits for processing CDC events
//! - Checkpoint management for tracking consumer progress
//! - Poll-based consumer implementation (actor-based)
//! - Watermark computation for retention coordination