tables:
- source_cluster_name: "benchmark"
source_topic: "example_json_logs_topic"
source_format: "json"
schema_mode: "inline"
schema:
fields:
- { name: environment, type: string, id: 1}
- { name: service, type: string, id: 2}
- { name: status, type: string, id: 3}
- { name: message, type: string, id: 4}
- source_cluster_name: "benchmark"
source_topic: "example_avro_events_topic"
source_format: "avro"
schema_mode: "inline"
schema:
fields:
- { name: event_id, id: 1, type: string }
- { name: user_id, id: 2, type: long }
- { name: session_id, id: 3, type: string }
- name: profile
id: 4
type: struct
fields:
- { name: country, id: 5, type: string }
- { name: language, id: 6, type: string }