日本語

SINETStream User Guide

MQTT-specific parameters

These are messaging system-specific parameters that can be specified with type_spec:. (In config version 1 or 2, they are specified as other parameters.)

The configuration example of MQTT

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

header:
  version: 3
config:
  service-mqtt:
    type: mqtt
    brokers: mqtt.example.org
    type_spec:
      transport: websockets