refactor: keep kafka clients behind sink mq

This commit is contained in:
lingniu
2026-07-01 07:02:44 +08:00
parent 40dea58278
commit 18aa32a721
4 changed files with 22 additions and 14 deletions

View File

@@ -16,10 +16,6 @@
<groupId>com.lingniu.ingest</groupId>
<artifactId>sink-mq</artifactId>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>