akka-net-best-practices이란?
EventStream 대 DistributedPubSub, 감독 전략, 오류 처리, Props 대 종속성Resolver, 작업 배포 패턴, 테스트 가능성을 위한 클러스터/로컬 모드 추상화를 포함한 중요한 Akka.NET 모범 사례입니다. 출처: aaronontheweb/dotnet-skills.
EventStream 대 DistributedPubSub, 감독 전략, 오류 처리, Props 대 종속성Resolver, 작업 배포 패턴, 테스트 가능성을 위한 클러스터/로컬 모드 추상화를 포함한 중요한 Akka.NET 모범 사례입니다.
명령줄에서 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 |
EventStream 대 DistributedPubSub, 감독 전략, 오류 처리, Props 대 종속성Resolver, 작업 배포 패턴, 테스트 가능성을 위한 클러스터/로컬 모드 추상화를 포함한 중요한 Akka.NET 모범 사례입니다. 출처: aaronontheweb/dotnet-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-net-best-practicesEventStream 대 DistributedPubSub, 감독 전략, 오류 처리, Props 대 종속성Resolver, 작업 배포 패턴, 테스트 가능성을 위한 클러스터/로컬 모드 추상화를 포함한 중요한 Akka.NET 모범 사례입니다. 출처: 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