7 Matching Annotations
- Aug 2022
-
cloud.tencent.com cloud.tencent.com
-
乐观锁为理论基础的MVCC(多版本并发控制)
错误,乐观锁是写写控制,MVCC是写读控制
Tags
Annotators
URL
-
-
time.geekbang.org time.geekbang.org
-
而 PIA 是插入 KV 对后,返回 null 值
Tags
Annotators
URL
-
-
blog.csdn.net blog.csdn.net
-
它会根据方法的执行情况来决定是否确认还是拒绝
重试机制会有单独的recoverer,优先级高于默认的确认机制
Tags
Annotators
URL
-
-
segmentfault.com segmentfault.com
-
当消费端处理异常时,则服务器发送的消息将得不到正确的处理。因此,自动消息确认应该被认为是不安全的
消费者端异常,auto也会自动确认
-
-
stackoverflow.com stackoverflow.com
-
Routing key does not match but still message gets sent to queue
如果是延时队列,x-delayed-type: direct的模式下,也会出现
-
-
juejin.cn juejin.cn
-
函数式消息队列的步骤: * 声明supplier或者consumer(function name) * 配置中声明:且将destination设置为同一个,input亦可声明group: 1. * input - functionName+ -in- + index 1. * output - functionName + -out- + index * 配置声明function的definition:名字为function的name
Tags
Annotators
URL
-
-
juejin.cn juejin.cn
-
'''demoRoutingKey'''
用的是双引号:'"demoRoutingKey"'
Tags
Annotators
URL
-