Apache Flink 1.8.2 release, open source stream processing framework

Apache Flink 1.8.2 has been released , which is Apache Flink 1.8 series of the second bugfix version, this version contains 23 fixes and minor improvements.

Maven

<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-java</artifactId>
  <version>1.8.2</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-streaming-java_2.11</artifactId>
  <version>1.8.2</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-clients_2.11</artifactId>
  <version>1.8.2</version>
</dependency>

Download: http://flink.apache.org/downloads.html

Improvements are as follows:

  • [ Flink-12578 ] - Using Maven repository URL security
  • [ Flink-12741 ] - Update documentation on producer Kafka fault-tolerant guaranteed
  • [ Flink-12749 ] - add Flink Operations Playground document

It is an open source Apache Flink stream processing framework, in distributed, high performance, always available, accurate data streaming applications.

c343231843d4e6657519d5736242a2e666b.jpg

Guess you like

Origin www.oschina.net/news/109861/apache-1-8-2-released