You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flink-connector-starrocks version 1.2.10_flink-1.19
I wrote a Flink program to read data from Kafka and write it to two different tables in StarRocks. After submitting and running it, I found that the Flink program was accidentally split into multiple jobs, and there were duplicate jobs
The code for the insert into section is as follows:
Normally, after submission, there should only be one job, but unexpectedly it was found to be split into multiple jobs:
The text was updated successfully, but these errors were encountered:
I wrote a Flink program to read data from Kafka and write it to two different tables in StarRocks. After submitting and running it, I found that the Flink program was accidentally split into multiple jobs, and there were duplicate jobs
The code for the
insert into
section is as follows:Normally, after submission, there should only be one job, but unexpectedly it was found to be split into multiple jobs:
The text was updated successfully, but these errors were encountered: