mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
* Fix #2811: Log level option for running metadata * Fix #2819: Kafka connector security settings along with all configs to be retrieved * Fix #2819: Kafka connector security settings along with all configs to be retrieved
25 lines
512 B
JSON
25 lines
512 B
JSON
{
|
|
"source": {
|
|
"type": "kafka",
|
|
"config": {
|
|
"service_name": "local_kafka",
|
|
"bootstrap_servers": "localhost:9092",
|
|
"schema_registry_url": "http://192.168.1.43: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"
|
|
}
|
|
}
|
|
} |