aboutsummaryrefslogtreecommitdiff
path: root/operator-draft/sample-topic.yml
blob: 8f38bef0ff9975cc9bb928d2b51fee8480068e75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    }