pub async fn test_kafka_topic_pool( broker_endpoints: Vec<String>, num_topics: usize, auto_create_topics: bool, topic_name_prefix: Option<&str>, ) -> KafkaTopicPool
Create a kafka topic pool for testing.