We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7703359 commit ffbd291Copy full SHA for ffbd291
docs/examples/kafka/restproxy/restproxy-external-sr.yaml
@@ -0,0 +1,15 @@
1
+apiVersion: kafka.kubedb.com/v1alpha1
2
+kind: RestProxy
3
+metadata:
4
+ name: restproxy-external-sr
5
+ namespace: demo
6
+spec:
7
+ version: 3.15.0
8
+ replicas: 2
9
+ schemaRegistryRef:
10
+ name: schemaregistry-quickstart
11
12
+ kafkaRef:
13
+ name: kafka-quickstart
14
15
+ deletionPolicy: WipeOut
docs/examples/kafka/restproxy/restproxy-internal-sr.yaml
@@ -0,0 +1,14 @@
+ internallyManaged: true
0 commit comments