Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Happy Scenario

Pragya Keshap answered on March 1, 2023 Popularity 5/10 Helpfulness 1/10

Contents


More Related Answers

  • Scenario Outlines
  • Scenario Outlines

  • Happy Scenario

    0

    In this architecture, a happy scenario would be:

    the user microservice registers a user, saving information about her in its local database

    the user microservice marks this user with a flag. It could signify that this user hasn't yet been validated and doesn't have access to full system functionality

    a confirmation of registration is sent to the user with a warning that not all functionality of the system is accessible right away

    the user microservice sends a message to the validation microservice to do the background check of a user

    the validation microservice runs the background check and sends a message to the user microservice with the results of the check

    if the results are positive, the user microservice unblocks the user

    if the results are negative, the user microservice deletes the user account

    After we've gone through all these steps, the system should be in a consistent state. However, for some period of time, the user entity appeared to be in an incomplete state.

    The last step, when the user microservice removes the invalid account, is a compensation phase. 

    Popularity 5/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: happy whatever
    Link to this answer
    Share Copy Link
    Contributed on Mar 01 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.