Skip to main content

is_internal_topic

Function is_internal_topic 

Source
pub fn is_internal_topic(name: &str) -> bool
Expand 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.