apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
7.79k stars 1.74k forks source link

[Bug] [Connector Kafka] Kafka consumer stop fetching after TM node restarted #7230

Closed litiliu closed 1 month ago

litiliu commented 1 month ago

Search before asking

What happened

I'm run a seatunnel job with the Kafka connector on the Flink engine on the remote flink cluster, after the TM encountered a runtime exception, that job entered the restart mechanism(fixed-day 1s). After Flink's restart mechanism restored that job, we found the Kafka connector stopped ingesting any data.

SeaTunnel Version

2.3.5

SeaTunnel Config

none

Running Command

none

Error Exception

none

Zeta or Flink or Spark Version

flink 1.15.4

Java or Scala Version

java 1.8

Screenshots

No response

Are you willing to submit PR?

Code of Conduct