We need to have the maven artifacts as part of the UPS, in order to access the client APIs of the Producer and Consumers as well as Kafka Streaming API:
{code}
<dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>0.10.2.1</version> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-streams</artifactId> <version>0.10.2.1</version> </dependency>
{code}
|
|