OpenMetadata/ingestion/examples/workflows/confluent_kafka.yaml
2022-05-17 18:12:18 +05:30

18 lines
378 B
YAML

source:
type: kafka
config:
service_name: local_kafka
bootstrap_servers: 192.168.1.32:9092
schema_registry_url: http://192.168.1.32:8081
filter_pattern:
excludes:
- _confluent.*
sink:
type: metadata-rest
config: {}
metadata_server:
type: metadata-server
config:
api_endpoint: http://localhost:8585/api
auth_provider_type: no-auth