Pulsar

    Please refer to the following Helm chart Documentation.

    Create the following YAML file named pulsar.yaml:

    1. kind: Component
    2. metadata:
    3. name: <NAME>
    4. spec:
    5. type: pubsub.pulsar
    6. - name: host
    7. value: <REPLACE WITH PULSAR URL> #default is localhost:6650
    8. - name: enableTLS