1. Configure Private Cloud
  2. Protocols

Configure MoP

MQTT on Pulsar (MoP) is a protocol handler developed by StreamNative to natively support the MQTT protocol on the Pulsar broker. By adding the MoP protocol handler to your existing Pulsar cluster, you can now migrate your existing MQTT applications and services to Pulsar without modifying the code.

Enable MoP

To use protocol handlers on StreamNative Private Cloud, you need to configure on the PulsarBroker CR:

spec:
  config:
    protocolHandlers:
      mop:
        enabled: true
        proxyEnabled: true
Previous
Configure Kafka on StreamNative