NOTIFICATION_HOOK_CONSUMER_TOPIC_NAMES("atlas.notification.hook.consumer.topic.names","ATLAS_HOOK"),// a comma separated list of topic names
NOTIFICATION_ENTITIES_CONSUMER_TOPIC_NAMES("atlas.notification.entities.consumer.topic.names","ATLAS_ENTITIES"),// a comma separated list of topic names
@@ -150,7 +151,7 @@ public class NotificationHookConsumerTest {
when(atlasEntityStore.createOrUpdate(any(EntityStream.class),anyBoolean())).thenThrow(newRuntimeException("Simulating exception in processing message"));