How-to Guides for Confluent Cloud for Apache Flink
These how-to guides provide task-focused, step-by-step instructions for common Flink SQL processing patterns on Confluent Cloud for Apache Flink®, including joins, aggregations, windowed queries, and user-defined functions (UDFs).
Flink actions
Confluent Cloud for Apache Flink provides Flink Actions that enable you to perform specific data-processing tasks on topics with minimal configuration. These actions simplify common workloads with a user-friendly interface that lets you configure and execute them.
Create an Embedding: Convert data in a topic’s column into a vector embedding for AI model inference.
Deduplicate Rows in a Table: Remove duplicate records from a topic based on specified fields, ensuring that only unique records are retained in the output topic.
Mask Fields in a Table: Mask sensitive data in specified fields of a topic by replacing the original data with a static value.
Transform a Topic: Change a topic’s properties by applying custom Flink SQL transformations.