Equent

Results 5 issues of Equent

I want to synchronize Redis operations from source to kafka and hand over sink to write back to another Redis. But I found that the message format sent by source...

如果sql中一个字符串内含有“;\n”那怎么办? ```go bytes, err := common.ReadFile(table) common.AssertNil(err) sqlStr := common.BytesToString(bytes) sqls := strings.Split(sqlStr, ";\n") // here!!! for _, sql := range sqls { if sql != "" { _, _...

- 在调试模式下条件性地输出 debug 日志,减少不必要的日志打印 issue:https://github.com/aceld/zinx/issues/366

![Image](https://github.com/user-attachments/assets/6f4987f3-8b1e-4ea5-8de5-f4df7cf0eeb2) ![Image](https://github.com/user-attachments/assets/b4219869-4aa2-4a21-9f93-93495ecb04d4) 可能需要对这类日志输出进行限制,防止无效日志计算

help wanted