You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "CASSIO DOS SANTOS (JIRA)" <ji...@apache.org> on 2018/01/14 17:24:00 UTC

[jira] [Comment Edited] (ATLAS-2109) Create basic IGC OMRS Connector for existing releases

    [ https://issues.apache.org/jira/browse/ATLAS-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16325687#comment-16325687 ] 

CASSIO DOS SANTOS edited comment on ATLAS-2109 at 1/14/18 5:23 PM:
-------------------------------------------------------------------

[~mandy_chessell] In the implementation of IGCOMRSRepositoryEventMapper we are listening to messages that IGC sends to the InfosphereEvents topic in the kafka server IIS is configured to send messages to. Say a message is received for the publishing of a new glossary term in IGC. The message has the RID of the glossary term but not all its metadata, so the event mapper will call the IGC OMRS connector to get the metadata given the GUID in the IGC event to get the corresponding EntityDetail. It then creates an event containing an OMRSEventV1InstanceSection with entityType set to OMRSInstanceEventType.NEW_ENTITY_EVENT and entityDetail set to the  EntityDetail instance returned from the IGC OMRS connector. That event would then be sent to the KafkaOMRSTopicConnector directly from IGCOMRSRepositoryEventMapper. 
Am I understanding this flow correctly?  Am I missing any step?


was (Author: cassiodossantos):
[~mandy_chessel] In the implementation of IGCOMRSRepositoryEventMapper we are listening to messages that IGC sends to the InfosphereEvents topic in the kafka server IIS is configured to send messages to. Say a message is received for the publishing of a new glossary term in IGC. The message has the RID of the glossary term but not all its metadata, so the event mapper will call the IGC OMRS connector to get the metadata given the GUID in the IGC event to get the corresponding EntityDetail. It then creates an event containing an OMRSEventV1InstanceSection with entityType set to OMRSInstanceEventType.NEW_ENTITY_EVENT and entityDetail set to the  EntityDetail instance returned from the IGC OMRS connector. That event would then be sent to the KafkaOMRSTopicConnector directly from IGCOMRSRepositoryEventMapper. 
Am I understanding this flow correctly?  Am I missing any step?

> Create basic IGC OMRS Connector for existing releases
> -----------------------------------------------------
>
>                 Key: ATLAS-2109
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2109
>             Project: Atlas
>          Issue Type: Sub-task
>          Components:  atlas-core
>            Reporter: Mandy Chessell
>
> This is the first version of the IGC OMRS Connector that works with existing IGC servers.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)