idempotent
adj. 幂等的
n. [数] 幂等
例句
Calls to adapt should be idempotent.
对adapt的调用应该是等幂的。
From a design standpoint this means that message processing has to be idempotent.
从设计的角度看,这也意味着消息处理的次数会幂等增加。
If the API of a dependent service is idempotent, that means it is safe to retry failed requests.
如果所依赖服务的API是幂等的,那就意味着可以安全地对失败请求进行重试。