Registry / other / flink-streaming-java-2-12

flink-streaming-java-2-12

JSON →
library1.14.6javamavenunverified

Apache Flink module for stream processing with Java API, built for Scala 2.12.

<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-java_2.12</artifactId> <version>1.14.6</version> </dependency>
INSTALL
IMPORT
SIG · FLINK-STREAMING-JA
F
flink-streaming-java-2-12
otherjavav1.14.6
harness data pending
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.

StreamExecutionEnvironment
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment

Set up a streaming execution environment and read from a socket.

import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment; import org.apache.flink.streaming.api.datastream.DataStream; StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); DataStream<String> text = env.socketTextStream("localhost", 9999); text.print(); env.execute("Flink Streaming Job");
Debug
Known issues
breakingThis artifact is for Scala 2.12; use flink-streaming-java_2.13 for Scala 2.13.
fix
Select the correct Scala version artifact matching your project's Scala version.
affects: all versions
Upgrade
Version history
1.14.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flink-streaming-java-2-12 — mvn dependency:get flink-streaming-java-2-12 · libregistry