什麼是 akka-net-best-practices?
關鍵的 Akka.NET 最佳實踐,包括 EventStream 與 DistributedPubSub、監督策略、錯誤處理、Props 與 DependencyResolver、工作分配模式以及用於可測試性的叢集/本地模式抽象。 來源:aaronontheweb/dotnet-skills。
關鍵的 Akka.NET 最佳實踐,包括 EventStream 與 DistributedPubSub、監督策略、錯誤處理、Props 與 DependencyResolver、工作分配模式以及用於可測試性的叢集/本地模式抽象。
透過命令列快速安裝 akka-net-best-practices AI 技能到你的開發環境
來源:aaronontheweb/dotnet-skills。
Context.System.EventStream is local to a single ActorSystem process. It does NOT work across cluster nodes.
For events that must reach actors across multiple cluster nodes, use Akka.Cluster.Tools.PublishSubscribe:
| Per-user | timeline:{userId} | Timeline updates, notifications | | Per-entity | post:{postId} | Post engagement updates | | Broadcast | system:announcements | System-wide notifications | | Role-based | workers:rss-poller | Work distribution |
關鍵的 Akka.NET 最佳實踐,包括 EventStream 與 DistributedPubSub、監督策略、錯誤處理、Props 與 DependencyResolver、工作分配模式以及用於可測試性的叢集/本地模式抽象。 來源:aaronontheweb/dotnet-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-net-best-practices關鍵的 Akka.NET 最佳實踐,包括 EventStream 與 DistributedPubSub、監督策略、錯誤處理、Props 與 DependencyResolver、工作分配模式以及用於可測試性的叢集/本地模式抽象。 來源:aaronontheweb/dotnet-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-net-best-practices 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/aaronontheweb/dotnet-skills