[docs]classKafkaInfo:"""This class contains all information about Kafka, which is the communication mechanism for AAS Manager-Core interactions."""# Kafka broker related informationKAFKA_SERVER_IP='mi-cluster-mensajeria-kafka-bootstrap.kafka-ns'# TODO think how to pass to SMIA (in AAS XML definition???)# Kafka topic related informationKAFKA_TOPIC='i4-0-smia-test'# TODO check if it is the ID of the AASMANAGER_TOPIC_PARTITION=0CORE_TOPIC_PARTITION=1