incubator-seata-go
incubator-seata-go copied to clipboard
undo log parser type jackson not found
启动samples中的AT,gin:client,server sampleUpdate方法
client报错:panic: tm update data err, first phase error: first phase error: undo log parser type jackson not found, second phase error: , second phase error:
debug发现:default undo log parser 只有jsonparser,没有jacksonparser
配置文件配置(如下),好像没用
undo:
# Judge whether the before image and after image are the same,If it is the same, undo will not be recorded
data-validation: true
# Serialization method
log-serialization: json
改成1.1.0版本就可以了,内置的是jackson
The work is in progress at https://github.com/apache/incubator-seata-go-samples/pull/47, https://github.com/apache/incubator-seata-go/pull/653/files ^