Reltio Integration Hub

 View Only
  • 1.  How to trigger a RIH recipe from LCA?

    Reltio Partner
    Posted 09-04-2024 16:58

    We have a Recipe Integration Hub (RIH) recipe designed to update certain attributes when there's a change in either the child or parent entity linked through a Reference attribute. However, we want this recipe to be triggered specifically by the after-save hook of the LCA. How can we configure the RIH recipe to execute on the after-save event of the LCA?



    ------------------------------
    Amisha Kumari
    Fresh Gravity
    PATNA
    ------------------------------


  • 2.  RE: How to trigger a RIH recipe from LCA?

    Reltio Employee
    Posted 09-05-2024 10:07

    Hi Amisha,

    Reltio doesn't recommend using LCAs for performing "After Save" operations. Because LCA's can be costly in terms of performance. Instead of using the LCA based approach, a better solution will be to use event streaming. Where you should do the following on a high level

    • Enable streaming in the Reltio tenant to stream events to an external queue. AWS SQS/SNS, Azure Service Bus or Google PubSub can be used. 
    • Create a RIH recipe to listen to the "ENTITY_CHANGED" event from the queue. 
    • When the ENTITY_CHANGED event is received call the recipe you mentioned as a function. 



    ------------------------------
    Diparnab Dey
    Technical Consultant
    Reltio
    Kolkata, West Bengal
    ------------------------------