{"id":20743678,"url":"https://github.com/vsouza/go-kafka-example","last_synced_at":"2025-09-18T16:46:07.260Z","repository":{"id":38310387,"uuid":"91830403","full_name":"vsouza/go-kafka-example","owner":"vsouza","description":"Golang Kafka consumer and producer example","archived":false,"fork":false,"pushed_at":"2023-12-19T20:02:18.000Z","size":517,"stargazers_count":172,"open_issues_count":0,"forks_count":59,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-05T06:36:34.871Z","etag":null,"topics":["examples","golang","kafka","producer-consumer","stream-processing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vsouza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-05-19T17:35:21.000Z","updated_at":"2025-09-04T22:24:59.000Z","dependencies_parsed_at":"2024-01-07T06:06:22.822Z","dependency_job_id":"f2ba7305-be8d-4988-888e-aa14219e8d1c","html_url":"https://github.com/vsouza/go-kafka-example","commit_stats":{"total_commits":28,"total_committers":4,"mean_commits":7.0,"dds":0.3928571428571429,"last_synced_commit":"80c1a385487a0dcb8b05054fedce3149f6248a0e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vsouza/go-kafka-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsouza%2Fgo-kafka-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsouza%2Fgo-kafka-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsouza%2Fgo-kafka-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsouza%2Fgo-kafka-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vsouza","download_url":"https://codeload.github.com/vsouza/go-kafka-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsouza%2Fgo-kafka-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275797901,"owners_count":25530257,"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","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["examples","golang","kafka","producer-consumer","stream-processing"],"created_at":"2024-11-17T07:12:26.395Z","updated_at":"2025-09-18T16:46:07.205Z","avatar_url":"https://github.com/vsouza.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eGolang Kafka Example\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"header.jpg\" width=\"500\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Go%20version-1.7-blue.svg\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" /\u003e\n  \u003ca href=\"http://makeapullrequest.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://app.fossa.io/projects/git%2Bgithub.com%2Fvsouza%2Fgo-kafka-example?ref=badge_shield\"\u003e\u003cimg src=\"https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvsouza%2Fgo-kafka-example.svg?type=shield\" /\u003e\u003c/a\u003e\n  \u003cimg src=\"https://goreportcard.com/badge/github.com/vsouza/go-kafka-example\" /\u003e\n\u003c/p\u003e\n\n\u003eSample Golang Kafka Consumer and Producer\n\n\n## Setup\n\n[Apache Kafka Quickstart](https://kafka.apache.org/quickstart)\n\n__Producer__\n\n`go run cmd/producer/main.go`\n\n![](producer.png)\n\n__Consumer__\n\nflags:\n\n  * brokerList\n  * topic\n  * partition (default: 0)\n  * offsetType\n  * messageCountStart (default: 0)\n\n`go run cmd/consumer/main.go`\n\n```\nReceived messages  Something Cool #1\nReceived messages  Something Cool #2\nReceived messages  Something Cool #3\nReceived messages  Something Cool #4\nReceived messages  Something Cool #5\n```\n\n## Contribute\n\nWe would love you for the contribution to **go-kafka-example**, check the ``LICENSE`` file for more info.\n\n## Meta\n\nVinicius Souza – [@iamvsouza](https://twitter.com/iamvsouza) – hi@vsouza.com\n[https://github.com/vsouza/go-kafka-example](https://github.com/vsouza/go-kafka-example)\n\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvsouza%2Fgo-kafka-example.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvsouza%2Fgo-kafka-example?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsouza%2Fgo-kafka-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsouza%2Fgo-kafka-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsouza%2Fgo-kafka-example/lists"}