Roadmap
Planned features and future directions for Angzarr.
Planned Features
PII Stripping Hooks
Status: Planned
Advice hooks for stripping personally identifiable information during event export, similar to the upcasting pattern. This will enable copying production events to isolated environments with automatic anonymization—preserving analytical value while ensuring compliance with data protection regulations.
Use cases:
- Copying events to isolated test environments in regulated industries
- Generating anonymized datasets for ML training
- Sharing event data with third parties for analysis
See: Temporal Branching — Regulated Industry Considerations
Process Manager Timeouts
Status: Planned
PM-scheduled timeouts for time-based triggers within process managers. Examples include:
- Player action timers (fold if no response within 30 seconds)
- Turn clocks (auto-advance after timeout)
- Reservation expiry (release held resources after timeout)
Currently, timeouts must be implemented externally. The planned feature will allow PMs to schedule timeout events that the framework delivers at the specified time.
See: Process Manager
Multi-Region Event Replication
Status: Roadmapped
Replicate events across geographic regions for:
- Disaster recovery
- Read latency reduction
- Regulatory data residency requirements
This requires careful consideration of consistency guarantees and conflict resolution when regions diverge.
Contributing Ideas
Have a feature request or idea? Open an issue on the GitHub repository.
See Also
- Features — Current capabilities
- Architecture — System design