Shubham Jagtap 8cc6606e68
feat(ingestion/kafka): add description in dataset properties (#7974)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: MohdSiddiqueBagwan <mohdsiddique.bagwan@gslab.com>
Co-authored-by: mohdsiddique <mohdsiddiquebagwan@gmail.com>
2023-05-17 11:03:08 -07:00

17 lines
267 B
JSON

{
"namespace": "io.codebrews.createuserrequest",
"type": "record",
"name": "UserKey",
"doc": "Key schema for kafka topic",
"fields": [
{
"name": "id",
"type": "long"
},
{
"name": "namespace",
"type": "string"
}
]
}