Cybersecurity
DevOps Cloud
IT Operations Cloud
Metric data doesn't reach the Vertica database if a Pulsar topic isn't created. When you run the following query, the following missing topics appear:select distinct(source_name) from itom_di_scheduler_provider_default.stream_microbatch_history where end_message ilike '%topicnotfound%';
Follow the steps to resolve the issue:
kubectl get deployment -A |grep -i admin
kubectl scale deployment itom-di-administration -n <application namespace> --replicas=0
kubectl scale deployment itom-di-administration -n <application namespace> --replicas=1