Enable MQTT Protocol
To enable the MQTT protocol, update thePulsarBroker CR with the following configuration:
spec.config.protocolHandlers.mop.enabled: Required. Set totrueto enable the MQTT protocol.spec.config.protocolHandlers.mop.proxyEnabled: Optional. Set totrueto enable the MQTT proxy for external access outside the Kubernetes cluster.
Alternatively, you can use Istio for external access. See Deploy Pulsar with Istio for instructions.