Skip to content

Commit 267935c

Browse files
author
Junyao Huang
committed
fix
1 parent ac3804a commit 267935c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

flink-streaming-example/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Flink Streaming Example
22

3+
## Prerequisites
4+
5+
* [Java Development Kit (JDK) 1.8](https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html)
6+
* [Apache Maven](http://maven.apache.org/download.cgi) and [install](http://maven.apache.org/install.html) a Maven binary archive
7+
38
## Build Flink Job
49

510
```
611
mvn clean package
712
```
813

9-
### Custom Flink Streaming Source & Sink
14+
## Custom Flink Streaming Source & Sink
1015

1116
Flink has 3 types of custom streaming source:
1217

@@ -19,7 +24,7 @@ Flink has 2 types of custom streaming sink:
1924
* Implements SinkFunction with single parallelism.
2025
* Implements RichSinkFunction with single parallelism, with open() to initialize resource, close() to dispose resource.
2126

22-
### Flink Batch Stream Alignment
27+
## Flink Batch Stream Alignment
2328

2429
Flink has raised new kind of Source & Sink API for Batch Stream Alignment
2530

0 commit comments

Comments
 (0)