mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
* Fix #401: Merge sample data generation into single connector * Path for datasets modified Co-authored-by: Ayush Shah <ayush@getcollate.io>
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"id": "a6fb4f54-ba3d-4a16-97f0-766713199189",
|
|
"name": "sample_kafka",
|
|
"serviceType": "Kafka",
|
|
"description": "Kafka messaging queue service",
|
|
"href": "null",
|
|
"brokers": [
|
|
"localhost:9092"
|
|
],
|
|
"schemaRegistry": "http://localhost:8081"
|
|
}
|