0

Hello, Kafka!

This commit is contained in:
2019-08-26 16:44:28 +03:00
parent adb7293654
commit 3e2c06b4a1
3 changed files with 108 additions and 0 deletions

11
pom.xml
View File

@@ -69,6 +69,17 @@
</exclusions>
</dependency>
<!-- COMPONENTS -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.8</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
<build>