WeBankBlockchain / WeEvent

Event-Driven Architecture Based on Blockchain.基于区块链的事件驱动架构

Home Page:http://fintech.webank.com/weevent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

文件传输支持检测并开启Topic

chent57 opened this issue · comments

Is your feature request related to a problem? Please describe.
WeEvent大文件传输需要对某一个Topic下发布文件,且发布前要求对应Topic已开启;目前可以通过Broker服务或者Java Core SDK来开启Topic。如果用户不依赖Broker服务而是直接使用Java File SDK依赖的Java Core SDK相关接口来开启Topic,这种方式增加了用户使用大文件传输的复杂度。

Describe the solution you'd like
大文件传输模块发布文件接口中增加检测并开启Topic的逻辑,如果Topic不存在就创建对应Topic。