| commit | 37300057d2b59fc88c6483d69980e8e08b6cfde4 | [log] [tgz] |
|---|---|---|
| author | klam-shop <78921373+klam-shop@users.noreply.github.com> | Fri Sep 06 10:38:20 2024 -0400 |
| committer | GitHub <noreply@github.com> | Fri Sep 06 16:38:20 2024 +0200 |
| tree | 5ac41a778f4b90e8b2324716b300ec6a47fc62a8 | |
| parent | 268f6b5c209f119611242400e6d7d2fd1e65a0a5 [diff] |
[FLINK-22748] Allow dynamic target topic selection in SQL Kafka sinks (#109) [FLINK-22748][connector-kafka] Allow dynamic target topic selection in SQL Kafka sinks Allows writing to different Kafka topics based on the topic metadata column value in SQL, and updates the Table API's KafkaDynamicSink to accept a List<String> topics instead of String topic as well as support topic-pattern. The list acts as an allow-list of acceptable values for the topic metadata column. topic-pattern for sinks is a pattern that must match topic metadata column values, or else an error is thrown. If a single topic is provided, it is used by default for the target topic to produce to If a list is provided, only that list of topics can be produced to If a topic pattern is provided, it must match topic metadata column values
This repository contains the official Apache Flink Kafka connector.
Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities.
Learn more about Flink at https://flink.apache.org/
Prerequisites:
git clone https://github.com/apache/flink-connector-kafka.git cd flink-connector-kafka mvn clean package -DskipTests
The resulting jars can be found in the target directory of the respective module.
The Flink committers use IntelliJ IDEA to develop the Flink codebase. We recommend IntelliJ IDEA for developing projects that involve Scala code.
Minimal requirements for an IDE are:
The IntelliJ IDE supports Maven out of the box and offers a plugin for Scala development.
Check out our Setting up IntelliJ guide for details.
Don’t hesitate to ask!
Contact the developers and community on the mailing lists if you need any help.
Open an issue if you found a bug in Flink.
The documentation of Apache Flink is located on the website: https://flink.apache.org or in the docs/ directory of the source code.
This is an active open-source project. We are always open to people who want to use the system or contribute to it. Contact us if you are looking for implementation tasks that fit your skills. This article describes how to contribute to Apache Flink.
Apache Flink is an open source project of The Apache Software Foundation (ASF). The Apache Flink project originated from the Stratosphere research project.