1/// Test container based on Apache Kafka Image 2pub mod apache; 3/// Test container based on Confluent Kafka Image 4pub mod confluent; 5 6pub use confluent::*;