A simulated insurance claims processing system designed to explore enteprise-level architecture and distributed systems concepts.
Design and implement a system that receives insurance claims, processes them asynchronously, and remaisn reliable as traffic increases.
The system initially receives approximately one claim per minute, with the expectation that traffic may eventually increase to 500 claims per minute.
See /docs for architecture and design decisions.