[
https://issues.apache.org/jira/browse/ATLAS-4338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikhil P Bonte updated ATLAS-4338:
----------------------------------
Description:
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.
was:
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.
> 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
> Priority: Major
>
> 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)