1//! Data models for the Kafka consumer. 2 3pub mod topics; 4pub mod v1; 5 6// Re-export the public API 7pub use v1::EventStream;