statefulness
RU: состояние
The property of a service that retains client context between requests — session data, in-flight transactions, or connection state stored on the server. Stateful services must route repeat requests to the same instance (sticky sessions) or replicate state, which complicates horizontal scaling and failover.