//! # faucet-source-kafka
//!
//! Apache Kafka consumer source for `faucet-stream`. Subscribes to one or
//! more topics, drains messages until `max_messages` or `idle_timeout`, and
//! yields each message as a JSON object with key/value/topic/partition/
//! offset/timestamp/headers fields.
pub
pub use ;
pub use SchemaRegistryConfig;
pub use ;
pub use ;
pub use KafkaSource;