alibaba / otter

阿里巴巴分布式数据库同步系统(解决中美异地机房)
Apache License 2.0
8.07k stars 2.49k forks source link

Otter改造 增加springboot模块和HTTP调用功能 #1114

Open quanllong opened 1 year ago

quanllong commented 1 year ago

基于Otter master分支最新提交,增加springboot client工程,目标是为公司内springboot项目通过HTTP调用或者Dubbo调用操作Otter manager,实现任务创建和启动停止等

改造内容:

改造代码已开源在个人github,注意是feature-springboot分支 otter springboot

sun642514265 commented 5 months ago

@quanllong 大佬,您好,我部署了您改造后的 client,但是不知道怎么调用 Otter manager模块,您文档上没有写。能否给举几个例子啊,例如:如何关闭启动 channel,如果关闭启动pipeline等。