macOS
brew install apache-flink-cdclocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für apache-flink-cdc in AI-Agent-Workflows.
Installation
brew install apache-flink-cdclocal Homebrew formula metadata
Überblick
Flink CDC is a streaming data integration tool
Verlauf
Apache Flink CDC is a distributed data integration tool built on Apache Flink for change data capture, full database synchronization, schema evolution, and YAML-defined real-time or batch data movement.
Flink CDC began as a connector-oriented ecosystem around Apache Flink change-data-capture jobs, then was donated into the Apache Flink project by Ververica. Apache board records from 2024 describe the Flink community accepting the codebase because CDC use cases with Flink SQL were popular among users.
After the donation, Flink CDC became a Flink subproject with its own Apache repository, documentation tree, and releases. The first Apache release called out in ASF board records was cdc-3.1.0 on 2024-05-17.
Flink CDC's adoption follows Flink's broader move from generic stream processing into operational data integration. Its docs emphasize initial historical scans, automatic handoff to change capture, schema evolution, full database sync, and exactly-once processing, which are the operational details that make CDC pipelines production-worthy.
The project is younger than Flink itself, so its history is thinner, but its packaging matters because it gives a standalone flink-cdc command for users who want pipeline-style database replication without writing a full Flink application.
The Homebrew formula exposes the flink-cdc executable. Apache's docs present Flink CDC as a YAML-driven tool: users describe sources, sinks, routing, transformations, and schema evolution rules, then submit pipelines rather than hand-coding the whole job.
Common usage is database-to-database, database-to-lake, or database-to-stream synchronization where a pipeline first scans historical tables and then keeps reading log changes. The official docs also call out sub-second streaming pipelines and exactly-once processing after failures.
For package maintainers, Flink CDC is a small command-line front door to a much larger Java streaming stack. The interesting bit is not the binary size, but that it packages a practical CDC workflow separately from the main flink CLI.
It also captures a current packaging pattern in the Flink ecosystem: important connectors and adjacent tools live as externalized Apache repositories with their own release cadence, docs, and compatibility constraints.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
flink-cdc | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://nightlies.apache.org/flink/flink-cdc-docs-stable/
Installationsmetadaten
| Paketschlüssel | brew:apache-flink-cdc |
|---|---|
| Version | 3.6.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/apache-flink-cdc |
| Homepage | https://nightlies.apache.org/flink/flink-cdc-docs-stable/ |
| Repository | https://github.com/apache/flink-cdc |
| Upstream-Dokumentation | https://nightlies.apache.org/flink/flink-cdc-docs-stable |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://www.apache.org/dyn/closer.lua?path=flink/flink-cdc-3.6.0/flink-cdc-3.6.0-2.2-bin.tar.gz |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | apache-flink-cdc |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.