tiflow
tiflow copied to clipboard
[CDC] Eliminate unnecessary goroutines and channels
There are lots of gorountines in TiCDC code are not necessary. They increase code complexity and cause goroutine explosion.
- [ ] https://github.com/pingcap/tiflow/issues/10623