Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 593 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 593 Bytes

flink-streamer

A demo application which receives the real time message from kafka and do some data processing job on them and sink them into ElasticSearch finally.

Why custom sinker?

Flink ElasticSearch Connector supports ElasticSearch only up to version 5.x, but I use 6.2.x. I implemented a custom sinker by using the official ElasticSearch Java API.

Visualization

After/ During the data are written into ElasticSearch, they can be visualized in Kibana in real time. es_bitcoin