1
0

[HUDI-1122] Introduce a kafka implementation of hoodie write commit ca… (#1886)

This commit is contained in:
Mathieu
2020-08-20 23:00:59 +08:00
committed by GitHub
parent bd7814dadf
commit b883b6d268
8 changed files with 258 additions and 17 deletions

View File

@@ -125,6 +125,13 @@
</exclusions>
</dependency>
<!-- Kafka -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>${kafka.version}</version>
</dependency>
<!-- Logging -->
<dependency>
<groupId>log4j</groupId>