YvCeung commented on issue #7508: URL: https://github.com/apache/incubator-seata/issues/7508#issuecomment-3049128467
@jixiangqi Here are some configurations about the undolog serialization method. I didn't find any other optional configurations in the official website documentation. The following are what I found from the source code and might be helpful to you. cc @funky-eyes I think these options should be added to the official website documentation. What do you think <img width="1512" height="857" alt="Image" src="https://github.com/user-attachments/assets/db6dfaef-b0bd-4c10-bb7e-7b92145ae470" /> ```txt org.apache.seata.rm.datasource.undo.parser.FastjsonUndoLogParser ==> fastjson org.apache.seata.rm.datasource.undo.parser.JacksonUndoLogParser ==> jackson org.apache.seata.rm.datasource.undo.parser.ProtostuffUndoLogParser ==> protostuff org.apache.seata.rm.datasource.undo.parser.KryoUndoLogParser ==> kryo org.apache.seata.rm.datasource.undo.parser.Fastjson2UndoLogParser ==> fastjson2 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org