mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 21:16:45 +00:00
* Fix #3659 Refactor Service Connection String to be specific to per service * Simplify and centralize Airflow Pipeline info for REST (#3740) * Remove code * Modified Configs based on refactoring schema (#3816) * Clean WorkflowContext Co-authored-by: pmbrull <peremiquelbrull@gmail.com> Co-authored-by: Ayush Shah <ayush@getcollate.io>
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"id": "a6fb4f54-ba3d-4a16-97f0-766713199189",
|
|
"name": "sample_kafka",
|
|
"serviceType": "Kafka",
|
|
"description": "Kafka messaging queue service",
|
|
"href": "null",
|
|
"config": {
|
|
"connection": {
|
|
"bootstrapServers": "localhost:9092",
|
|
"schemaRegistry": "http://localhost:8081"
|
|
}
|
|
}
|
|
}
|