config
section in your PulsarCluster specification. Here’s how to do it:
config
section.config
section, add a protocols
field.protocols
field, add a kafka
object to configure Kafka-specific settings.snctl
:
config
section in your PulsarCluster specification. Here’s how to do it:
config
section.config
section, add a protocols
field.protocols
field, add a amqp
object to configure AMQP-specific settings.snctl
:
config
section in your PulsarCluster specification. Here’s how to do it:
config
section.config
section, add a protocols
field.protocols
field, add a mqtt
object to configure MQTT-specific settings.snctl
:
config.websocketEnabled
field in your PulsarCluster specification to true
if you are using snctl
or config.websocket_enabled
field in your PulsarCluster specification to true
if you are using Terraform.
Please note that if you disable WebSocket, you will not be able to create new WebSocket clients in the cluster. Existing WebSocket clients will be disconnected.