Commit 8ef6a436 by Ashutosh Mestry

ATLAS-2470 - JanusGraph Cassandra support. Update CassandraBasedAuditRepository…

ATLAS-2470 - JanusGraph Cassandra support. Update CassandraBasedAuditRepository to enable it via profile.
parent d093ed39
......@@ -49,7 +49,7 @@ import javax.inject.Singleton;
*/
@Singleton
@Component
@ConditionalOnAtlasProperty(property = "atlas.EntityAuditRepository.impl", isDefault = true)
@ConditionalOnAtlasProperty(property = "atlas.EntityAuditRepository.impl")
public class CassandraBasedAuditRepository extends AbstractStorageBasedAuditRepository {
private static final Logger LOG = LoggerFactory.getLogger(CassandraBasedAuditRepository.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment