Skip to content

Release 1.2.9

Latest
Compare
Choose a tag to compare
@banmoy banmoy released this 22 Dec 03:28
· 22 commits to main since this release

What's Changed

This release includes some features and bug fixes. The notable change is that the connector can be integrated with Flink CDC 3.0 to easily build a streaming ELT pipeline from CDC sources (such as MySQL, Kafka) to StarRocks. You can see Flink CDC Synchronization for details.

Features

  • Implement catalog to support Flink CDC 3.0. #295
  • Implement new sink api in FLP-191 to support Flink CDC 3.0. #301
  • Support Flink 1.18. #305

Bug Fixes

  • Fix misleading thread name and log. #290
  • Fix wrong configurations when writing to multiple tables . #298

Contributors

Jin-H, zaorangyang, banmoy