github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/config/lorry/components/binding_kafka.yaml (about)

     1  name: kafka
     2  spec:
     3    version: v1
     4    metadata:
     5      - name: topics
     6        value: "topic1,topic2"
     7      - name: brokers
     8        value: "localhost:9092,localhost:9093"
     9      - name: publishTopic # Optional. Used for output bindings.
    10        value: "topic3"
    11      - name: authRequired # Required.
    12        value: "false"
    13      - name: initialOffset # Optional. Used for input bindings.
    14        value: "newest"