1. Configure Private Cloud
  2. Protocols

Configure MQTT Protocol

StreamNative Private Cloud supports the MQTT protocol. By enabling the MQTT protocol in your existing StreamNative cluster, you can migrate your existing MQTT applications and services to StreamNative cloud without modifying the code.

Enable MQTT Protocol

To enable the MQTT Protocol on StreamNative Private Cloud, you need to configure on the PulsarBroker CR as follows:

spec:
  config:
    protocolHandlers:
      mop:
        enabled: true
        proxyEnabled: true
Previous
Configure Kafka Protocol