mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 20:06:19 +00:00
Added workflow config for redpanda (#7170)
This commit is contained in:
parent
7ae1b15d88
commit
6f196a5c12
20
ingestion/examples/workflows/redpanda.yaml
Normal file
20
ingestion/examples/workflows/redpanda.yaml
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user