mirror of
https://github.com/bitol-io/open-data-contract-standard.git
synced 2025-05-28 19:34:02 +00:00
15 lines
290 B
YAML
15 lines
290 B
YAML
version: 1.0.0
|
|
apiVersion: v3.0.2
|
|
kind: DataContract
|
|
id: abc123
|
|
status: in development
|
|
schema:
|
|
- name: Orders
|
|
physicalName: orders.avro.v1
|
|
physicalType: topic
|
|
servers:
|
|
- server: my-kafka
|
|
type: kafka
|
|
host: pkc-7xoy1.eu-central-1.aws.confluent.cloud:9092
|
|
format: avro
|