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

Request/response communication

Anjali Sharma answered on February 2, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • Response
  • PATTERN: REQUEST-RESPONSE COMMUNICATION
  • RESPONSE
  • RESPONSE
  • RESPONSE
  • Response
  • Response
  • Response

  • Request/response communication

    0

    When using synchronous request/response-based

    communication mechanism, use HTTP and REST protocols

    that are the most common protocols.

    ▪ Expose APIs from our microservices using the HTTP and

    REST protocols.

    ▪ REST HTTP calls using HTTP verbs like GET, POST, and

    PUT.

    ▪ If our communication held between internal microservices, use

    gRPC protocol communication mechanisms to provide high

    performance and low latency.

    ▪ Use GraphQL instead of the REST APIs when performing

    Request/response communication.

    ▪ With GraphQL, we can define the structure of the data

    required and get 1 response in 1 request with more flexibility

    and efficiency way to get whole data.

    https://docs.oracle.com/cd/E13203_01/tuxedo/tux71/html/pgreq2.htm

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