mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00
18 lines
378 B
YAML
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
|