tiflow
tiflow copied to clipboard
Enhance Kafka consumer performance
The following points need to be considered.
- When the consumer crashes, some messages which haven't write to the downstream may be lost.
- The code needs to be easy to maintain.
- Reduce memory usage
Can we addresss the issue with multiple consumer running together as well? @3AceShowHand @wk989898