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