//! [`EventConsumer`](crate::streaming::EventConsumer) implementation.
//!
//! [`FluvioConsumer`](crate::streaming::consumer::FluvioConsumer) is the
//! production placeholder for reading
//! [`EventEvent`](crate::streaming::EventEvent)s back off the stream;
//! both methods are currently unimplemented.
use ;
use crateResult;
/// Production [`EventConsumer`] backed by Fluvio (not yet implemented).