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

When to use ambassador pattern

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

Contents


More Related Answers

  • Ambassador pattern
  • issues and considerations with ambassador pattern

  • When to use ambassador pattern

    0

    When to use this pattern

    Use this pattern when you:

    Need to build a common set of client connectivity features for multiple languages or frameworks.

    Need to offload cross-cutting client connectivity concerns to infrastructure developers or other more specialized teams.

    Need to support cloud or cluster connectivity requirements in a legacy application or an application that is difficult to modify.

    This pattern may not be suitable:

    When network request latency is critical. A proxy will introduce some overhead, although minimal, which may affect the application in some cases.

    When client connectivity features are consumed by a single language. In that case, a better option might be a client library that is distributed to the development teams as a package.

    When connectivity features cannot be generalized and require deeper integration with the client application. 

    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.