Useful Links
Computer Science
Distributed Systems
Akka and Distributed Systems
1. Foundations of Concurrency and Distributed Systems
2. The Actor Model
3. Akka Framework Overview
4. Akka Fundamentals: The Actor System
5. Actor Communication
6. Actor Lifecycle and Supervision
7. Advanced Actor Patterns and Behaviors
8. Akka Cluster
9. Akka Streams
10. Akka Persistence
11. Akka HTTP
12. Testing Akka Applications
13. Akka Typed
14. Performance and Optimization
15. Production Deployment
Akka Typed
Typed Actor System
Type Safety Benefits
Compile-Time Verification
Protocol Enforcement
Refactoring Safety
Migration from Classic
Coexistence Strategies
Gradual Migration
Adapter Patterns
Behavior Definition
Behavior Factory Methods
Immutable Behaviors
Behavior Composition
Message Protocol Design
Protocol Definition
Message Hierarchies
Protocol Evolution
State Management
Immutable State
State Transitions
State Validation
Actor Communication
Typed Message Passing
Type-Safe References
Message Contracts
Request-Response Patterns
Ask Pattern with Types
Response Adapters
Message Adaptation
Protocol Translation
Message Wrapping
Supervision and Lifecycle
Typed Supervision
Supervision Strategies
Error Handling
Actor Lifecycle
Setup Behaviors
Cleanup Procedures
Advanced Typed Patterns
Routers in Typed
Stashing in Typed
Timers in Typed
Interaction Patterns
Cluster Integration
Typed Cluster Sharding
Typed Cluster Singleton
Typed Receptionist
Testing Typed Actors
Typed TestKit
Behavior Testing
Protocol Verification
Previous
12. Testing Akka Applications
Go to top
Next
14. Performance and Optimization