{"id":23333860,"url":"https://github.com/schultyy/schema-registry-demo","last_synced_at":"2025-04-07T12:13:33.030Z","repository":{"id":233346951,"uuid":"629205442","full_name":"schultyy/schema-registry-demo","owner":"schultyy","description":"Example Code for Schema Registry Intro blogpost ","archived":false,"fork":false,"pushed_at":"2023-04-17T21:06:02.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T23:35:29.977Z","etag":null,"topics":["kafka","rust"],"latest_commit_sha":null,"homepage":"https://dev.to/ciscoemerge/what-is-the-schema-registry-and-why-do-you-need-to-use-it-1jhc","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schultyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-17T21:03:04.000Z","updated_at":"2023-04-17T21:09:38.000Z","dependencies_parsed_at":"2024-04-15T22:39:34.519Z","dependency_job_id":null,"html_url":"https://github.com/schultyy/schema-registry-demo","commit_stats":null,"previous_names":["schultyy/schema-registry-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fschema-registry-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fschema-registry-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fschema-registry-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fschema-registry-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schultyy","download_url":"https://codeload.github.com/schultyy/schema-registry-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648976,"owners_count":20972945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kafka","rust"],"created_at":"2024-12-21T00:32:35.239Z","updated_at":"2025-04-07T12:13:33.009Z","avatar_url":"https://github.com/schultyy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Schema Registry with Rust\n\n\n## Start Kafka\n\n```bash\n$ docker-compose up\n```\n\n## Create a Topic\n\n```bash\n$ docker-compose exec broker kafka-topics --create --bootstrap-server \\\nlocalhost:9092 --replication-factor 1 --partitions 1 --topic chatroom-1\n```\n\n## Create a new schema\n\n```bash\njq '. | {schema: tojson}' schema.avsc | curl -XPOST http://localhost:8085/subjects/chat_message/versions -H 'Content-Type: application/json' -d @-\n```\n\n## Run the code\n\n```bash\n$ cargo run -p consumer\n```\n\nIn a separate terminal window, run:\n\n```bash\n$ cargo run -p producer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschultyy%2Fschema-registry-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschultyy%2Fschema-registry-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschultyy%2Fschema-registry-demo/lists"}