incubator-seata-go icon indicating copy to clipboard operation
incubator-seata-go copied to clipboard

undo log parser type jackson not found

Open Ltqq opened this issue 1 year ago • 2 comments

启动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

image image

Ltqq avatar Jan 30 '24 08:01 Ltqq

改成1.1.0版本就可以了,内置的是jackson

Ltqq avatar Jan 30 '24 09:01 Ltqq

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 ^

smiletrl avatar Jan 30 '24 11:01 smiletrl