{"id":15703757,"url":"https://github.com/jrottenberg/kafka-standalone","last_synced_at":"2025-03-30T15:13:00.775Z","repository":{"id":66825716,"uuid":"42215880","full_name":"jrottenberg/kafka-standalone","owner":"jrottenberg","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-28T05:17:13.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T15:12:55.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/jrottenberg.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}},"created_at":"2015-09-10T02:03:03.000Z","updated_at":"2020-06-01T22:15:33.000Z","dependencies_parsed_at":"2023-03-07T05:45:57.198Z","dependency_job_id":null,"html_url":"https://github.com/jrottenberg/kafka-standalone","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"f2a989f73f62f7efb281452549f1025e15352abb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fkafka-standalone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fkafka-standalone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fkafka-standalone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fkafka-standalone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrottenberg","download_url":"https://codeload.github.com/jrottenberg/kafka-standalone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246334430,"owners_count":20760644,"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-10-03T20:05:40.614Z","updated_at":"2025-03-30T15:13:00.751Z","avatar_url":"https://github.com/jrottenberg.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Kafka standalone\n================\n\nBased on [Kafka docker](https://hub.docker.com/r/ches/kafka/).\n\nIntent\n------\n\nIntent was to keep it as simple as possible, just to let developer easily interact with kafka without the need to run docker-compose.\n\nIt's not following docker best practices (one service per container), but it allow to get you up and running with one container.\n\n### Passing topic\n\nYou can pass a topic at container creation by passing the environment variable TOPIC\n\n```\ndocker run -it -e TOPIC=mine jrottenberg/kafka-standalone\n```\n\n### Passing advertised host name\n\nYou can specify the passing the environment variable TOPIC\n\n```\ndocker run -d -e ADVERTISED_HOSTNAME=$(hostname -f) -p 9092:9092 -p 2181:2181 jrottenberg/kafka-standalone\n```\n\nProduction use\n--------------\n\nJust don't ;-)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrottenberg%2Fkafka-standalone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrottenberg%2Fkafka-standalone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrottenberg%2Fkafka-standalone/lists"}