update kafka plugins

This commit is contained in:
joy.zhou
2019-09-18 14:00:19 +08:00
parent 80b64b147e
commit 55576c1eb3
2 changed files with 46 additions and 18 deletions
+4 -5
View File
@@ -7,9 +7,8 @@
"onSubscribe": "onSubscribe",
"onDisconnect": "onDisconnect",
"onUnsubscribe": "onUnsubscribe",
"regexpMap": [
{
"^/(.+)/(.+)/upload/(.*)$": "upload"
}
]
"deliverMap": {
"#": "publish",
"/upload/+/#": "upload"
}
}