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

Format of Exercise

Sumit Rawal answered on May 11, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Best exercises
  • String exercise
  • Coding exercise#
  • Coding exercise#

  • Format of Exercise

    0

    In this exercise we will use the RESTful APIs in order to create and update a resource and

    consume the resulting event from the relevant Kafka topic.

    Core Streaming API: Customers

    There are three different events that are generated when a customer entity is created or

    updated in the Vault Core system. These are:

    ● CustomerCreatedEvent

    ○ vault.api.v1.customers.customer.created

    ○ Generated when a customer is created

    ● CustomerDetailsUpdated

    ○ vault.api.v1.customers.customer.customer_details.updated

    ○ Generated when a customer’s details are updated

    ● CustomerAddressEvent

    ○ vault.core_api.v1.customers.customer_address.events

    ○ Generated when a customer address event is published

    Exercise Worksheet

    Create a Customer and view the result

    1. Create a Customer using a POST request to the Customers /v1/customers endpoint.

    Classification | Confidential 5 ©2023 Thought Machine

    2. Listen to the vault.api.v1.customers.customer.created endpoint and

    observe the event emitted

    Update a Customer’s details and view the result

    1. Update the key:value field customer.customer_details using a PUT to the

    /v1/customers/{customer_id} endpoint

    2. Listen to the vault.api.v1.customers.customer.customer_details.updated

    endpoint and observe the event emitted  

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 11 2023
    Sumit Rawal
    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.