提交 b83f640a 编写于 作者: 武汉红喜's avatar 武汉红喜

whatsmars-otter-mq

上级 f9c37158
......@@ -22,8 +22,7 @@
<module>whatsmars-mq-rocketmq-broker</module>
<module>whatsmars-mq-rocketmq-tools</module>
<module>whatsmars-mq-rocketmq-spring</module>
<module>whatsmars-otter-extend</module>
<module>whatsmars-mq-pure</module>
<module>whatsmars-otter-mq</module>
</modules>
<properties>
......
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>whatsmars-mq-pure</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
<version>${rocketmq.version}</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>whatsmars-otter-extend</artifactId>
<artifactId>whatsmars-otter-mq</artifactId>
<properties>
<otter.version>4.2.16</otter.version>
......@@ -27,9 +27,10 @@
<version>${otter.version}</version>
</dependency>
<dependency>
<groupId>org.hongxi</groupId>
<artifactId>whatsmars-mq-pure</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
<version>${rocketmq.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
......
......@@ -5,7 +5,7 @@ import com.alibaba.otter.node.extend.processor.AbstractEventProcessor;
import com.alibaba.otter.shared.etl.model.EventColumn;
import com.alibaba.otter.shared.etl.model.EventData;
import com.alibaba.otter.shared.etl.model.EventType;
import org.hongxi.whatsmars.common.rocketmq.RocketMQTemplate;
import org.hongxi.whatsmars.otter.extend.rocketmq.RocketMQTemplate;
import org.hongxi.whatsmars.otter.extend.support.Column;
import org.hongxi.whatsmars.otter.extend.support.OtterData;
import org.springframework.util.StringUtils;
......
package org.hongxi.whatsmars.common.rocketmq;
package org.hongxi.whatsmars.otter.extend.rocketmq;
import org.apache.rocketmq.client.consumer.DefaultMQPushConsumer;
import org.apache.rocketmq.client.consumer.listener.*;
import org.apache.rocketmq.client.exception.MQClientException;
import org.apache.rocketmq.client.log.ClientLogger;
import org.apache.rocketmq.common.consumer.ConsumeFromWhere;
import org.apache.rocketmq.common.message.MessageExt;
import org.apache.rocketmq.logging.InternalLogger;
......
package org.hongxi.whatsmars.common.rocketmq;
package org.hongxi.whatsmars.otter.extend.rocketmq;
import org.apache.rocketmq.common.UtilAll;
import org.apache.rocketmq.common.help.FAQUrl;
......
package org.hongxi.whatsmars.common.rocketmq;
package org.hongxi.whatsmars.otter.extend.rocketmq;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.math.NumberUtils;
......
package org.hongxi.whatsmars.common.rocketmq;
package org.hongxi.whatsmars.otter.extend.rocketmq;
import org.apache.rocketmq.client.producer.SendResult;
import org.junit.Test;
......
package org.hongxi.whatsmars.common.rocketmq;
package org.hongxi.whatsmars.otter.extend.rocketmq;
import org.apache.rocketmq.common.message.MessageExt;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册