What problem does it solve?
FabrCore relies on Microsoft Orleans for distributed runtime. This skill provides the configuration surface to enable clustering modes (Localhost, SqlServer, AzureStorage), persistence, streaming, reminders, and connection resilience, aligning server and client settings for production-grade orchestrations.
Core Features & Use Cases
- Clustering modes: Localhost for development, SqlServer for production, AzureStorage for cloud deployments; supports multi-silo deployments.
- Advanced configuration: Choose between simple server-setup with AddFabrCoreServer or full control with UseOrleans, AddFabrCoreServices, and AddFabrCore.
- Reminders & Persistence: Durable state with reminders for timers, enabling robust agent lifecycles and fault tolerance across silos.
- Guidance & Scenarios: Scenarios include single-silo development, multi-silo production, and cross-silo streaming communications.
Quick Start
Call AddFabrCoreServer with FabrCoreServerOptions to enable Orleans using your chosen clustering mode.