adj. idempotent
... 还有一个重要的问题,就是说重放事务是否会带来问题,因为在开始快照之后这些事务已经被执行过一次了。其实不会有问题,因为事务是幂等的(idempotent),所以只要我们按照相同的顺序执行相同的事务,就会得到相同的结果,就算它们在生成快照前被执行过。
基于98个网页-相关网页
通过幂等的定义,给出了两种符号幂等模式矩阵的结构。
Meanwhile, we give two structures of the sign idempotent by the definition of idempotent.
声明队列是幂等的——只有在它不存在的情况下才会被创建。
Declaring a queue is idempotent - it will only be created if it doesn't exist already.
如果所依赖服务的API是幂等的,那就意味着可以安全地对失败请求进行重试。
If the API of a dependent service is idempotent, that means it is safe to retry failed requests.
应用推荐