YuanWeiKang

Results 2 issues of YuanWeiKang

it's code ```golang func TestBreaker22(t *testing.T) { brk := NewBreakerWithOptions(&Options{ ShouldTrip: RateTripFunc(0.6, 100), }) flag := 0 start := time.Now().UnixNano() for i := 0; i < 200; i++ { err...

canal中已经配置了TableMetaTSDB,目前依旧还是出现com.alibaba.otter.canal.parse.exception.CanalParseException: column size is not match for table的异常应该怎么解决