docs/en/ecosystem_release/flink_connector.md
User guide:
Source codes: starrocks-connector-for-apache-flink
Naming format of the JAR file:
flink-connector-starrocks-${connector_version}_flink-${flink_version}.jarflink-connector-starrocks-${connector_version}_flink-${flink_version}_${scala_version}.jarMethods to obtain the JAR file:
pom.xml file and download it. For specific instructions, see user guide.Version requirements:
| Connector | Flink | StarRocks | Java | Scala |
|---|---|---|---|---|
| 1.2.14 | 1.16,1.17,1.18,1.19,1.20 | 2.1 and later | 8 | 2.11,2.12 |
| 1.2.12 | 1.16,1.17,1.18,1.19,1.20 | 2.1 and later | 8 | 2.11,2.12 |
| 1.2.11 | 1.15,1.16,1.17,1.18,1.19,1.20 | 2.1 and later | 8 | 2.11,2.12 |
| 1.2.10 | 1.15,1.16,1.17,1.18,1.19 | 2.1 and later | 8 | 2.11,2.12 |
NOTICE
In general, the latest version of the Flink connector only maintains compatibility with the three most recent versions of Flink.
Release date: February 11, 2026
sink.buffer-flush.interval-ms to lower than 1 second. #475The following issues have been fixed:
32.0.1-jre. #467Release date: September 19, 2025
prepared_timeout for the Stream Load transaction interface. #453The following issues have been fixed:
Release data: June 3, 2025
Features
Improvements
Bug Fixes
Features
Improvements
prepare and commit operations. #328Bug Fixes
Fixed the following issues:
StarRocksSourceBeReader in StarRocksDynamicLookupFunction is not closed after data reading completes. #351This release includes some features and bug fixes. The notable change is that the Flink connector is integrated with Flink CDC 3.0 to easily build a streaming ELT pipeline from CDC sources (such as MySQL and Kafka) to StarRocks. You can see Synchronize data with Flink CDC 3.0 (with schema change supported) for details.
Features
Bug Fixes
This release includes some improvements and bug fixes. The notable changes are as follows:
sink.label-prefix when the sink is configured to guarantee the exactly-once semantics. For the specific instructions, see Exactly Once.Improvements
sink.properties.columns parameter explicitly specified by users. #235strip_outer_array and ignore_json_size by default. #259Bug Fixes
Tests
Doc