//! Event consumer implementation (stub).
//!
//! Defines [`FluvioConsumer`](crate::streaming::consumer::FluvioConsumer), the production [`EventConsumer`](crate::streaming::EventConsumer) backed by
//! Fluvio. It is not yet implemented; the in-memory test path inspects
//! the publisher's buffer directly rather than going through a consumer.
use ;
use crateResult;
/// Production [`EventConsumer`] backed by Fluvio (not yet implemented).
///
/// The Fluvio consumer/stream handle will live in this struct once wired
/// up.