Registry / other / flink-runtime-2-12

flink-runtime-2-12

JSON →
library1.13.6javamavenunverified

Apache Flink runtime module compiled for Scala 2.12, providing stream processing and batch processing capabilities.

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.runtime.jobgraph.JobGraph

Minimal example creating a Flink JobGraph.

import org.apache.flink.runtime.jobgraph.JobGraph; public class Quickstart { public static void main(String[] args) { JobGraph jobGraph = new JobGraph("my-job"); System.out.println("Job graph created: " + jobGraph.getName()); } }
Debug
Known footguns
breakingScala version must match the Flink runtime version (2.12).
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
11 hits · last 30 days
gptbot
3
claudebot
3
Resources