-
Notifications
You must be signed in to change notification settings - Fork 302
NServiceBus & Strangler Fig #7128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request adds a new documentation section on applying the Strangler Fig pattern with NServiceBus for legacy system modernization.
- Added a comprehensive markdown guide (modernization/stranglerfig.md) outlining incremental modernization strategies.
- Updated the menu configuration (menu/menu.yaml) to include a new entry for the guide.
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
File | Description |
---|---|
modernization/stranglerfig.md | New guide explaining the Strangler Fig pattern with NServiceBus. |
menu/menu.yaml | Added menu entry linking to the new documentation guide. |
aab7e51
to
2472fb2
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@jasontaylordev should this have been closed? Should it be re-opened, reviewed and merged? |
Hey @jpalac - Nothing to be done at this stage; https://github.com/Particular/DeveloperEducation/issues/5568#issuecomment-2986018627 |
I reopened this an added it to the blog posts project board |
75b2676
to
eb8799c
Compare
This pull request introduces a new section on the Strangler Fig pattern with NServiceBus to the documentation, explaining its role in legacy system modernization. The changes include adding a new menu entry and a comprehensive guide to the pattern.
Documentation Updates:
New Menu Entry: Added "NServiceBus and Strangler Fig" to the
menu.yaml
file under the "Modernization" section, linking to the newly created guide.New Guide: Created
modernization/stranglerfig.md
, which provides a detailed explanation of using the Strangler Fig pattern with NServiceBus for legacy system modernization. The guide includes: