kafka_overwatch.reporting.governance package ¶
Submodules ¶
kafka_overwatch.reporting.governance.consumer_groups_naming_convention module ¶
Module to review the consumer group naming convention
- kafka_overwatch.reporting.governance.consumer_groups_naming_convention. review_topic_naming ( topics_df , include_regexes , exclude_regexes = None ) [source] ¶
-
Function to return a DataFame with the topic name and whether the topic was excluded from analysis, and its compliance. A topic name is compliant if matches any of the exclude_regexes or include_regexes For more accurate statistics, we keep both information.
- Return type :
-
pandas.core.frame.DataFrame
kafka_overwatch.reporting.governance.topic_naming_convention module ¶
Module to review the topic naming convention
- kafka_overwatch.reporting.governance.topic_naming_convention. review_topic_naming ( topics_df , include_regexes , exclude_regexes = None ) [source] ¶
-
Function to return a DataFame with the topic name and whether the topic was excluded from analysis, and its compliance. A topic name is compliant if matches any of the exclude_regexes or include_regexes For more accurate statistics, we keep both information.
- Return type :
-
pandas.core.frame.DataFrame