RESTAPI_FILE类型,为zcbus对外提供文件接口类型,将增量数据吐出到文件中,目前文件类型支持JSON格式
参数名 | 显示名 | 参数值 | 参数描述 |
---|---|---|---|
db_type | 目标类型 | restapi | 输送目标类型API类型 |
host | 登录URL | http://172.17.58.146:8085/sys/authentication | 用户登录的url,如http://xxx.xxx.xxx.xxx:xxxx/sys/authentication |
db_name | 数据调用URL | http://172.17.58.146:8085/api/data | 发送实际数据的url,如http://xxx.xxx.xxx.xxx:xxxx/api/data |
user | 用户名 | sz_admin | 数据库用户 |
password | 密码 | 123456 | 数据库用户密码 |
api_type | api_type | kafka | API推送类型 |
zcbus_other | zcbus_other | { “keymap”:{ “optype”:”opertype”, “db_type”:”opertype”, “op_time”:”opTs”, “db_name”:”database_name”, “batchCode”:”batchCode”, “table_name”:”tableName”, “before”:”beforecolinfo”, “after”:”aftercolinfo”, “insert”:”insertCount”, “update”:”updateCount”, “delete”:”deleteCount”, “schema_name”:”tableOwner”, “linkstatus”:”dsgstatus”, “errcount”:”errorCount” }, “opermap”:{ “insert”:”I”, “update”:”U”, “delete”:”D”, “ddl”:”DDL” }, “loaderTime”:1, “rid”:1, “useupdatemark”:1, “sendtype”:1, “ddl”:0, “updatetodeleteandinsert”:0, “jsontype”:”debezium” } |
关键字映射,配置相关信息 |
file_path | 文件缓存路径 | /home/web/sdk | 缓存文件目录 |
file_name | 文件缓存名 | %o_%s_%t_%b_%d.json | 缓存文件名字格式 %o 系统中objectid %s 用户对应schema名字 %t 用户对应tablename名字 %b 生产提交时间批次号,例如 202101011220【5分钟一个批次号】 %d 当前系统时间【20210101120001】,细化到秒 |
文档更新时间: 2022-03-22 05:17 作者:阿力