We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23a97e commit 33a028fCopy full SHA for 33a028f
tests/utils.rs
@@ -20,7 +20,7 @@ use rdkafka::TopicPartitionList;
20
pub fn rand_test_topic(test_name: &str) -> String {
21
let id = rand::thread_rng()
22
.gen_ascii_chars()
23
- .take(10)
+ .take(20)
24
.collect::<String>();
25
format!("__{}_{}", test_name, id)
26
}
0 commit comments