Sequential consumers call for single request pushed in topic- Solace Rest API (RDP- Consumer)

rakesh
rakesh Member Posts: 2

Use Case: Sequential consumers call for single request pushed in topic Insurance Quote creation -> Activity Creation -> ActivityCreated->SMS/Email

For above use case you are basically looking if Solace can act as an microservice and decide to move to next step if the previous step is successful. Meaning, if Insurance Quote is Created Successfully then only Activity Created message should be triggered and so on till the end.

 


 


Answers

  • rakesh
    rakesh Member Posts: 2

    Please suggest the possible option in solace to achieve the objective

  • marc
    marc Member, Administrator, Moderator, Employee Posts: 914 admin

    Hi @rakesh,

    The Solace Event Brokers will route events between publishers and subscribers, but they do not allow you to execute logic onboard the broker itself. What you are doing sounds very much like what folks used to use ESBs for (orchestration), but in general these days we recommend the use of choreography in your EDA using microservices and having "Smart Endpoints and Dumb Pipes". Note that your "smart endpoints" could be custom microservices, flows in an iPaaS, a single FaaS, or whatever you prefer!

    I'd highly recommend taking a look at this white paper to understand some of the differences and benefits of choreography vs. orchestration: https://solace.com/blog/microservices-choreography-vs-orchestration/

    Hope that helps!

  • Tamimi
    Tamimi Member, Administrator, Employee Posts: 491 admin

    You can also design your interaction in y our EDA system using the designer in the Solace PubSub+ Event Portal! You can register for free, check it out and let us know if you have any questions :)