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

issues and considerations with ambassador pattern

Vinay Rawal answered on March 18, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Ambassador pattern
  • When to use ambassador pattern

  • issues and considerations with ambassador pattern

    0

    The proxy adds some latency overhead. Consider whether a client library, invoked directly by the application, is a better approach.

    Consider the possible impact of including generalized features in the proxy. For example, the ambassador could handle retries, but that might not be safe unless all operations are idempotent.

    Consider a mechanism to allow the client to pass some context to the proxy, as well as back to the client. For example, include HTTP request headers to opt out of retry or specify the maximum number of times to retry.

    Consider how you will package and deploy the proxy.

    Consider whether to use a single shared instance for all clients or an instance for each client. 

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