{"id":19693064,"url":"https://github.com/zhayt/simple-pub-sub","last_synced_at":"2025-02-27T09:58:04.947Z","repository":{"id":243229903,"uuid":"811843970","full_name":"zhayt/simple-pub-sub","owner":"zhayt","description":"Simple pub sub with kafka","archived":false,"fork":false,"pushed_at":"2024-06-07T12:22:59.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T09:11:51.496Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/zhayt.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,"publiccode":null,"codemeta":null}},"created_at":"2024-06-07T12:19:19.000Z","updated_at":"2024-06-07T12:23:02.000Z","dependencies_parsed_at":"2024-06-07T13:54:33.283Z","dependency_job_id":"3cf97334-c174-412c-b020-4a9f5e34dce7","html_url":"https://github.com/zhayt/simple-pub-sub","commit_stats":null,"previous_names":["zhayt/simple-pub-sub"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhayt%2Fsimple-pub-sub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhayt%2Fsimple-pub-sub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhayt%2Fsimple-pub-sub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhayt%2Fsimple-pub-sub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhayt","download_url":"https://codeload.github.com/zhayt/simple-pub-sub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241001944,"owners_count":19892082,"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":[],"created_at":"2024-11-11T19:15:37.480Z","updated_at":"2025-02-27T09:58:04.904Z","avatar_url":"https://github.com/zhayt.png","language":"Go","readme":"# Kafka Getting Started\nSimple pub sub with kafka\n# How to Run\n### With Makefile\n1. Deploy kafka and zookeeper\n```shell\nmake build\n```\n2. Start producer\n```shell\nmake run-producer\n```\n3. Start consumer\n```shell\nmake run-consumer\n```\n### Manually\n1. Deploy kafka and zookeeper\n```shell\n./run.sh\n```\n2. Start producer\n```shell\ngo run producer/main.go --bootstrap-server localhost:9093 --topic {Topic}\n```\n3. Start consumer\n```shell\ngo run consumer/main.go --bootstrap-server localhost:9093 --topic log\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhayt%2Fsimple-pub-sub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhayt%2Fsimple-pub-sub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhayt%2Fsimple-pub-sub/lists"}