Skip to content

Commit 5b6fd80

Browse files
Chad2liagapple
andauthored
增加Apache Pulsar MQ支持 (#3791)
* done pulsarmq * del pulsar consumer * pulsar partition * done pulsar consumer&connector * update pulsar-client version to 2.8.1 Co-authored-by: agapple <jianghang115@gmail.com>
1 parent 4ce401d commit 5b6fd80

File tree

16 files changed

+1619
-10
lines changed

16 files changed

+1619
-10
lines changed

client/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@
139139
<artifactId>junit</artifactId>
140140
<scope>test</scope>
141141
</dependency>
142+
143+
<!-- Pulsar -->
144+
<dependency>
145+
<groupId>org.apache.pulsar</groupId>
146+
<artifactId>pulsar-client</artifactId>
147+
</dependency>
142148
</dependencies>
143149

144150
<build>

0 commit comments

Comments
 (0)