pingcap/tiflow

ticdc: improve error message when downstream kafka is unavailable

Offen

#11.540 geöffnet am 29.08.2024

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (310 Forks)auto 404
affects-7.5good first issueseverity/minortype/enhancement

Repository-Metriken

Stars
 (461 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

When downstream kafka is unavailable, kafka sink will try to restart. After several restart, it will report an error like "table sink stuck".
The error message doesn't explain what happened and is useless to help customer to locate the problem, so we need to imporve this error message to explain the cause of the problem.

Contributor Guide