日本語

SINETStream User Guide

MQTT-specific parameters

The configuration example of MQTT

When using WebSocket instead of TCP to connect with an MQTT broker, set the transport parameter as follows.

service-mqtt:
  type: mqtt
  brokers: mqtt.example.org
  transport: websockets