docs.rs failed to build legend-saga-0.0.63
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
legend-saga-0.0.61
Features
Core Communication:
- Publish/Subscribe Messaging: Exchange messages between microservices using a publish-subscribe pattern.
- Headers-Based Routing: Leverage the power of RabbitMQ's headers exchange for flexible and dynamic routing of messages based on custom headers.
- Durable Exchanges and Queues: Ensure message persistence and reliability with durable RabbitMQ components.
Saga Management:
- Saga Orchestration: Coordinate complex, multi-step transactions across multiple microservices with saga orchestration.
- Saga Step Handlers: Implement step-by-step saga logic in your microservices using callbacks.
- Compensation Logic: Define compensating actions for saga steps to handle failures gracefully and maintain data consistency.
Flags
std y eventsfeatures flags:
stdis the main app,events = ["serde", "strum", "strum_macros"]are used to handle types, payloads, enum, struct of the app.
Contributors
Thanks to all contributors!
Author
Jorge Clavijo https://github.com/jym272
License
Distributed under the MIT License. See LICENSE for more information.