mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 16:39:04 +00:00
26 lines
516 B
JSON
26 lines
516 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|