Function fluvio::metadata::topic::validate::valid_topic_name

source ·
pub fn valid_topic_name(name: &str) -> bool
Expand description

Ensure a topic can be created with a given name. Topics name can only be formed by lowercase alphanumeric elements and hyphens. They should start and finish with an alphanumeric character.