saga▌
3 indexed skills · max 10 per page
saga-orchestration
sickn33/antigravity-awesome-skills · Productivity
Patterns for managing distributed transactions and long-running business processes.
spring-boot-saga-pattern
giuseppe-trisciuoglio/developer-kit · Productivity
Distributed transaction management across microservices using choreography or orchestration patterns. \n \n Supports two saga approaches: choreography-based (event-driven, decoupled) and orchestration-based (centralized coordinator with easier tracking) \n Requires compensating transactions for every forward operation to ensure rollback capability and eventual consistency \n Integrates with Spring Boot 3.x, Kafka, RabbitMQ, and frameworks like Axon Framework, Eventuate Tram, and Camunda \n Empha
saga-orchestration
wshobson/agents · Productivity
Orchestrate distributed transactions and long-running workflows with saga patterns for multi-service coordination. \n \n Supports both orchestration (centralized coordinator) and choreography (event-driven) saga patterns with step-by-step execution and automatic compensation on failure \n Includes base orchestrator class with saga state management (started, pending, compensating, completed, failed) and built-in step tracking with results and error handling \n Provides ready-to-use templates for