Nikhil P Bonte created ATLAS-4338:
-------------------------------------
Summary: Import Service: Support change notifiers for migration
import
Key: ATLAS-4338
URL: https://issues.apache.org/jira/browse/ATLAS-4338
Project: Atlas
Issue Type: Improvement
Components: atlas-core
Reporter: Nikhil P Bonte
Assignee: Nikhil P Bonte
Currently Migration import feature (MigrationImport.java) does not support
enabling notifiers (audits writer, notification to Atlas entities topic).
With this improvement, Atlas now will enable notifiers for Migration import,
based on a flag.
Approach:
* New option in AtlasImportRequest - sendNotifications (default : false)
* MigrationImport will use the flag to select appropriate implementation of
IAtlasEntityChangeNotifier to create EntityCreationManager.
* EntityCreationManager will then notify listeners.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)