{ "name": "WebHookAPI演示", "topicDefinition": { "name": "cp-dispatch", "topic": "", "consumerGroupId": "dispatch.webhook.api", "enableAutoCommit": true, "scanStartupMode": "group-offsets", "primaryKeyName": "ID", "autoOffsetRest": "earliest", "bootstrapServer": "117.78.39.204:9092" }, "webHookConfigs": [ { "title": "同步企业信息到RedisJson", "topic": "dispatch.binlog-cdc.topic.rd_company_summary", "apiDefinition": { "api": "https://v5qy.te.baibaodun.com.cn/v2/dispatch/sync-slave", "method": "POST", "isBodyCollection": true, "bodyJsonTemplate": "{\"dataType\":\"RdCompany\",\"content\":\"#{after:json}\"}", "headerJsonTemplate": "{\"Content-Type\":\"application/json\"}" } } ] }