Avoiding consistency issues by removing state.
- Any backend can service any request - better for load balancing
- No need to respect message ordering
For example use of RESTful (REpresenational State Transfer) APIs (request-response model).
In distributed filesystems, data and metadata can be separated to permit stateless access.
What the heck does this mean?
[[Distributed Computing Properties]]