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

Non-blocking REST APIs in the composite services

Pragya Keshap answered on February 18, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • Building a non blocking api mono
  • A Reactive REST Template for making non-blocking async HTTP requests
  • cases where non-blocking synchronous APIs could be favorable to use
  • Non-blocking REST APIs in the core services
  • Choosing between non-blocking synchronous APIs and event-driven asynchronous services
  • Developing non-blocking synchronous REST APIs
  • Blocking vs. Non-blocking:

  • Non-blocking REST APIs in the composite services

    0

    To make our REST API in the composite service non-blocking, we need to do the following:

    Change the APIs so that they only return reactive datatypes

    Change the integration layer so it uses a non-blocking HTTP client

    Change the service implementation so it calls the core services APIs in parallel and non-blocking

    Change our tests so that they can test the reactive service

    Popularity 2/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 18 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.