Did you know that Java 9 includes Flow API? Flow API is a standard specification of asynchronous stream processing, which is compatible with Reactive Streams specifications. It can unify connections between different components. Many libraries including Akka Streams and AWS Java SDK already support Flow API. However, Flow API only defines specification and does not include concrete implementation. In this session, I will explain concrete implementation of Flow API (Reactive Streams) based on my experience through the development of a ScalikeJDBC Streams module. I will not cover the definition of Flow API.
voted / votable