zmq.json 887 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "author": {
  3. "name": "",
  4. "email": "",
  5. "company": "EMQ Technologies Co., Ltd",
  6. "website": "https://www.emqx.io"
  7. },
  8. "helpUrl": {
  9. "en_US": "https://github.com/emqx/kuiper/blob/dev/0.9.1/docs/en_US/plugins/sinks/zmq.md",
  10. "zh_CN": "https://github.com/emqx/kuiper/blob/dev/0.9.1/docs/zh_CN/plugins/sinks/zmq.md"
  11. },
  12. "properties": [{
  13. "name": "server",
  14. "default": "127.0.0.1:5536",
  15. "optional": false,
  16. "control": "text",
  17. "type": "string",
  18. "hint": {
  19. "en_US": "The url of the Zero Mq server",
  20. "zh_CN": "Zero Mq 服务器的 URL"
  21. },
  22. "label": {
  23. "en_US": "server address",
  24. "zh_CN": "服务器地址"
  25. }
  26. }, {
  27. "name": "topic",
  28. "default": "",
  29. "optional": true,
  30. "control": "text",
  31. "type": "string",
  32. "hint": {
  33. "en_US": "The topic to publish to.",
  34. "zh_CN": "订阅主题"
  35. },
  36. "label": {
  37. "en_US": "topic",
  38. "zh_CN": "主题"
  39. }
  40. }]
  41. }