canal
canal copied to clipboard
fastjson2序列化数组越界
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
- [ ] I have checked the FAQ of this repository and believe that this is not a duplicate.
environment
- canal version 1.1.7
- mysql version 8.0.31
Issue Description
canal写入kafka时,json序列化数组越界(fastjson2)
Steps to reproduce
Expected behaviour
Actual behaviour
If there is an exception, please attach the exception trace:
Just put your stack trace here!
请问你解决了吗,我也遇到了这个问题
可以考虑升级fastjson
请问你解决了吗,我也遇到了这个问题
后来改了源码,把kafka序列化换成了jackson的了,好像就没出错了