architecture-center icon indicating copy to clipboard operation
architecture-center copied to clipboard

Contradicting advice on when to use the Choreography pattern

Open eyalroth opened this issue 2 years ago • 1 comments

The page on "Choreography pattern" seems to give contradicting advice on when to or not to use the pattern.

When to use this pattern Use the choreography pattern if you expect to update, remove, or add new services frequently.

Issues and considerations ... The choreography pattern becomes a challenge if the number of services grow rapidly.

It may be that the intention in this first part is that overall changes (add/remove/update) are frequent, but that the overall number of services remains relatively unchanged.

If that's the intention, perhaps this wording would be less confusing:

When to use this pattern Use the choreography pattern if you expect to update or replace services frequently.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

eyalroth avatar Jun 06 '22 21:06 eyalroth

@eyalroth Thanks for the feedback! I have assigned the issue to the content author to investigate further and update the document as appropriate.

MayankBargali-MSFT avatar Jun 07 '22 03:06 MayankBargali-MSFT

#please-close

v-fearam avatar Mar 13 '23 18:03 v-fearam