August 2017
Beginner to intermediate
284 pages
6h 51m
English
This section explains how we can write a Trident hello world topology. Perform the following steps to create Trident hello world topology:
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-core</artifactId>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Read now
Unlock full access