v.25.12Improvement
Add dependencies and missing_dependencies columns to system
Addeddependenciesandmissing_dependenciescolumns tosystem.kafka_consumersto report materialized view target tables for Kafka tables. AddedKafkaMVNotReadycounter. #85346 (Ilya Golshtein).
Why it matters
This feature improves the visibility and monitoring of materialized views associated with Kafka engine tables by reporting their dependent tables and identifying missing dependencies. TheKafkaMVNotReady counter helps track readiness status, enabling users to diagnose and manage Kafka materialized views more effectively.How to use it
Query thesystem.kafka_consumers table to view the new dependencies and missing_dependencies columns which list the target tables for Kafka materialized views and any missing dependencies, respectively. Monitor the KafkaMVNotReady counter to check the readiness state of Kafka MVs.