mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-19 15:42:09 +00:00

Co-authored-by: Harshal Sheth <hsheth2@gmail.com> Co-authored-by: MohdSiddiqueBagwan <mohdsiddique.bagwan@gslab.com> Co-authored-by: mohdsiddique <mohdsiddiquebagwan@gmail.com>
17 lines
267 B
JSON
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"
|
|
}
|
|
]
|
|
}
|