All Products
Search
Document Center

Realtime Compute for Apache Flink:January 4, 2024 Release

Last Updated:Mar 26, 2026

VVR 8.0.5 — the new engine version of Ververica Runtime (VVR) for Realtime Compute for Apache Flink — was released on January 4, 2024. This release is an enterprise-level Flink engine built on Apache Flink 1.17.2 and includes connector updates, performance improvements, and bug fixes.

Important

This version is rolling out as a canary release. If new features are not yet available in your fully managed Flink environment, the upgrade has not reached your account. To request an early upgrade, submit a ticket. To track rollout progress, check the latest announcement on the Realtime Compute for Apache Flink console homepage.

Overview

VVR 8.0.5 delivers updates across multiple connectors and resolves defects inherited from Apache Flink 1.17.2 — including fixes from the Apache Flink community — along with engine-specific stability improvements.

After the canary release completes, upgrade your deployments to this version. For instructions, see Upgrade the engine version of deployments.

Features

FeatureWhat changedReferences
MySQL CDC: specify start offset or timestampReading from a MySQL Change Data Capture (CDC) source table now supports a start offset or timestamp, directly locating the read position and increasing data reading speed.MySQL connector
MongoDB connector: schema sync and auto column addition for source tablesWhen the MongoDB connector is used for a source table, the CREATE TABLE AS or CREATE DATABASE AS statement synchronizes schema changes from the source table to the result table and automatically adds columns.CREATE TABLE AS statement, CREATE DATABASE AS statement
MongoDB connector: dimension table supportThe MongoDB connector can now be used for dimension tables, enabling join queries.MongoDB connector (public preview)
MongoDB catalog supportRegister metadata using a MongoDB catalog to infer the schema of a collection automatically, eliminating the need to write DDL statements to create a MongoDB source table in SQL.Manage MongoDB catalogs (public preview)
JDBC connector: JSONB and UUID type supportThe JDBC connector now supports data of the JSONB and UUID extension types.JDBC connector
Hologres connector: SSL-encrypted transmissionData reading and writing now uses SSL-encrypted transmission for more secure communication.Hologres connector
Hologres connector: bulkload modeWriting data in bulkload mode significantly reduces the workload of writing to a Hologres result table.Hologres connector
Hologres connector: deduplication during batch processingWhen sdkMode is set to jdbc or jdbc_fixed, deduplication is available during batch data processing, improving data consistency and database performance while reducing network overhead.Hologres connector
Hologres connector: jdbcBinlogSlotName parameter removedIn Hologres V2.1 or later, the jdbcBinlogSlotName parameter no longer needs to be configured. This parameter specified the slot name of a binary log source table in JDBC mode.Hologres connector, Use the Hologres connector to consume Hologres data in real time
New PolarDB for Oracle 1.0 connectorThe PolarDB for Oracle 1.0 connector is now available. Use it to write data to PolarDB for PostgreSQL (Compatible with Oracle).PolarDB for Oracle 1.0 connector
StarRocks connector: JSON type supportStarRocks result tables now support data of the JSON type.None
ApsaraMQ for RocketMQ: partitionField parameterConfigure the partitionField parameter on an ApsaraMQ for RocketMQ result table to specify a field as the partition key column. Data with the same hash value is written to the same partition.ApsaraMQ for RocketMQ connector
Elasticsearch connector: V8.X supportThe Elasticsearch connector now supports writing to Elasticsearch result tables of V8.X.Elasticsearch connector
Elasticsearch connector: ignoreKeywordSuffix parameterWhen the Elasticsearch connector is used for a dimension table, set ignoreKeywordSuffix to true to ignore the .keyword suffix for fields of the TEXT data type.Elasticsearch connector
MySQL connector: null value handlingNull values in data written to a MySQL result table during updates can now be ignored.MySQL connector