mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-18 22:53:09 +00:00
24 lines
519 B
YAML
24 lines
519 B
YAML
source:
|
|
type: kafka
|
|
serviceName: local_kafka
|
|
serviceConnection:
|
|
config:
|
|
type: Kafka
|
|
bootstrapServers: localhost:9092
|
|
schemaRegistryURL: http://localhost:8081
|
|
consumerConfig: {}
|
|
schemaRegistryConfig: {}
|
|
sourceConfig:
|
|
config:
|
|
topicFilterPattern:
|
|
excludes:
|
|
- _confluent.*
|
|
generateSampleData: true
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|