Before running the Apache Kafka crawler, run preflight checks to perform the necessary technical validations. The following preflight checks will be completed:
Cluster permission
- ✅ Check successful if the user has sufficient permission to list all the brokers of the Apache Kafka cluster.
- ❌ Failed to get list of Kafka brokers if the user has permission to connect to the Apache Kafka cluster but is unable to fetch any broker details.
Topics permission
- ✅ Check successful if the user has sufficient permission to list or describe topics available in the Apache Kafka cluster.
- ❌ Failed to get list of Kafka topics if the user has permission to connect to the Apache Kafka cluster but is unable to fetch any topic details.