pub fn is_internal_topic(name: &str) -> boolExpand description
Check whether a topic name designates an internal system topic.
Uses an explicit allowlist plus the __ prefix convention (double
underscore) — matching Kafka’s behaviour. Single-underscore topics
like _audit_log are treated as user topics.