Skip to content
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

Working on Routing Slip documentation #4636

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

drusellers
Copy link
Member

@drusellers drusellers commented Sep 11, 2023

Working on implementing routing slips in my project. Working to add some docs that I needed while building out my own features.

Closes #4618

  • Arguments vs Variables
  • Revised Itineraries
  • Patterns/Saga to Watch Routing slip ??

@vercel
Copy link

vercel bot commented Sep 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
masstransit-documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2024 9:26pm

---

# Routing Slip
# Routing Slips

Developing applications using a distributed, message-based architecture significantly increases the complexity of performing transactions, where an end-to-end set of steps must be completed entirely, or not at all. In an application using an ACID database, this is typically done using SQL transactions, where partial operations are rolled back if the transaction cannot be completed. However, this doesn't scale when the steps being to include dependencies outside of a single database. And in the distributed, *microservices* based architectures, the use of a single ACID database is shrinking to completely non-existent.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...when the steps **being** to include... -> ...when the steps **begin** to include...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Page Content on Routing Slip -> Configuration
2 participants