Registry / other / flink-clients-2-12

flink-clients-2-12

JSON →
library1.14.6javamavenunverified

Provides client libraries for submitting and managing Apache Flink jobs.

other
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

org.apache.flink.client.program.ClusterClient

Create a Flink cluster client to submit jobs.

import org.apache.flink.client.program.ClusterClient; import org.apache.flink.configuration.Configuration; public class MyApp { public static void main(String[] args) throws Exception { Configuration config = new Configuration(); ClusterClient<?> client = ClusterClient.create(config); // Submit a job } }
Debug
Known footguns
breakingScala version suffix (_2.12) indicates compatibility with Scala 2.12; mixing with other Scala versions may cause runtime errors.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources