aboutsummaryrefslogblamecommitdiff
path: root/operator-draft/sample-topic.yml
blob: 8f38bef0ff9975cc9bb928d2b51fee8480068e75 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                          
              





                          
        

                                  
apiVersion: "streamingmicroservicesplatform.github.com/v1"
kind: KafkaTopic
metadata:
  name: sample-topic-json-001
  namespace: kafka
spec:
  partitions: 1
  replication: min
  format: json
  schema: |
    {
      "properties": {
        "id": {
          "type": "string"
        }
      },
      "additionalProperties": true
    }