Struct TopicDiscoveryResult
Defined in File data_types.hpp
Struct Documentation
-
struct TopicDiscoveryResult
Aggregated result of namespace-based topic discovery.
Returned by
discover_topics_by_namespace()in a single graph query to avoid the N+1 pattern of looking up each namespace independently.Public Members
-
std::set<std::string> namespaces
Unique namespace prefixes (without leading slash)
-
std::map<std::string, ComponentTopics> topics_by_ns
Topics grouped by namespace (with leading slash)
-
std::set<std::string> namespaces