General Concepts
- Terminology, Concepts
 - Actor Systems
 - What is an Actor?
 - Supervision and Monitoring
 - Actor References, Paths and Addresses
 - Location Transparency
 - Apache Pekko and the Java Memory Model
 - Message Delivery Reliability
 - Configuration
  
- Where configuration is read from
 - When using JarJar, OneJar, Assembly or any jar-bundler
 - Custom application.conf
 - Including files
 - Logging of Configuration
 - A Word About ClassLoaders
 - Application specific settings
 - Configuring multiple ActorSystem
 - Reading configuration from a custom location
 - Listing of the Reference Configuration
 
 - Default configuration
  
- pekko-actor
 - pekko-actor-typed
 - pekko-cluster-typed
 - pekko-cluster
 - pekko-discovery
 - pekko-coordination
 - pekko-multi-node-testkit
 - pekko-persistence-typed
 - pekko-persistence
 - pekko-persistence-query
 - pekko-persistence-testkit
 - pekko-remote artery
 - pekko-remote classic (deprecated)
 - pekko-testkit
 - pekko-cluster-metrics
 - pekko-cluster-tools
 - pekko-cluster-sharding-typed
 - pekko-cluster-sharding
 - pekko-distributed-data
 - pekko-stream
 - pekko-stream-testkit
 
 
1.2.0-M2