Hi Team, For the property mentioned below, I could find only information that says replicas value should be higher than 1. I have some doubts here: # Number of replicas for the Atlas topics, default is 1. Increase for higher resilience to Kafka failures.
atlas.notification.replicas=1 - As per the description, this property is about Atlas topic but we don't have a "topic" concept in Atlas. That is in Kafka. - Should the property value be equal to the number of Kafka nodes in the cluster? As per my understanding Kafka leader is responsible to replicate the data between Kafka brokers, so setting this to more than one is also not clear to me. Any information on this would be a great help. Thanks in advance. -- Regards Arvind Garg
