From 6f196a5c1275168ff8ef636ff85ded33fbef2ac4 Mon Sep 17 00:00:00 2001 From: Nahuel Date: Sat, 3 Sep 2022 18:20:09 +0200 Subject: [PATCH] Added workflow config for redpanda (#7170) --- ingestion/examples/workflows/redpanda.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ingestion/examples/workflows/redpanda.yaml diff --git a/ingestion/examples/workflows/redpanda.yaml b/ingestion/examples/workflows/redpanda.yaml new file mode 100644 index 00000000000..ed7aefc9c00 --- /dev/null +++ b/ingestion/examples/workflows/redpanda.yaml @@ -0,0 +1,20 @@ +source: + type: redpanda + serviceName: local_redpanda + serviceConnection: + config: + type: Redpanda + bootstrapServers: localhost:9092 + schemaRegistryURL: http://localhost:8081 + consumerConfig: {} + schemaRegistryConfig: {} + sourceConfig: + config: + generateSampleData: true +sink: + type: metadata-rest + config: {} +workflowConfig: + openMetadataServerConfig: + hostPort: http://localhost:8585/api + authProvider: no-auth \ No newline at end of file