August 2017
Beginner to intermediate
278 pages
6h 40m
English
The Kafka Stream application can be run from anywhere. You just need to add library dependency and start developing your program. We are using Maven to build our application. Add the following dependency into your project:
<dependency> <groupId>org.apache.Kafka</groupId> <artifactId>Kafka-Streams</artifactId> <version>0.10.0.0</version></dependency>
Read now
Unlock full access