Peter
Peter
like this one: ``` { "name": "ok", "age": 20 } { "name": "ok", "age": "20" } ``` type GoStruct struct { Name string `json:"name"` Age int `json:"age"` }
- [x] I'm sure this issue is not a _duplicate_. - [x] I'm submitting an icon request: - Type: `Dir` - Icon Name: `Dir` - Sample original Icon: ![logo]() -...
panic: move chunk oplog found[{"ts":7296058149138595843,"h":-1833031690238059783,"v":2,"op":"d","ns":"walter.chen","o":[{"Name":"name","Value":"000857c6-badf-46ce-a57a-8f048d737ce5"},{"Name":"_id","Value":"6540ab0f5152dab58f80d3e9"}],"o2":null,"fromMigrate":true}] 从理论上来说, MongoShake 直接过滤掉 "fromMigrate":true 这种oplog, 应该是不会影响数据完成性的。 作为目标库来说根本就不用关心源库的数据调度, 所以遇到这种log 不需要panic。 Mongoshake 坚持做panic ,是有可能会遇到其他问题吗?
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description when will sqlserver-cdc support 2008~2018 ### Usage Scenario when will...
使用python 代码没有问题, 在milvus_cli上报错