refactor: rename kafka sink module
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<relativePath>../../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>sink-mq</artifactId>
|
||||
<name>sink-mq</name>
|
||||
<artifactId>sink-kafka</artifactId>
|
||||
<name>sink-kafka</name>
|
||||
<description>Kafka producer + Protobuf Envelope + 重试/熔断/DLQ。</description>
|
||||
|
||||
<dependencies>
|
||||
@@ -14,7 +14,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.lingniu.ingest</groupId>
|
||||
<artifactId>sink-mq</artifactId>
|
||||
<artifactId>sink-kafka</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
Reference in New Issue
Block a user