{"id":23138454,"url":"https://github.com/deployable/docker-kafka-zookeeper","last_synced_at":"2026-05-13T07:02:07.328Z","repository":{"id":149113384,"uuid":"80690321","full_name":"deployable/docker-kafka-zookeeper","owner":"deployable","description":"Kafka and Zookeeper in Docker","archived":false,"fork":false,"pushed_at":"2019-01-01T10:37:16.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T09:46:19.302Z","etag":null,"topics":["docker","docker-compose","docker-image","kafka","zookeeper"],"latest_commit_sha":null,"homepage":null,"language":"Roff","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/deployable.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":"2017-02-02T03:37:24.000Z","updated_at":"2023-05-29T17:09:34.000Z","dependencies_parsed_at":"2023-04-26T01:01:39.555Z","dependency_job_id":null,"html_url":"https://github.com/deployable/docker-kafka-zookeeper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/deployable/docker-kafka-zookeeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fdocker-kafka-zookeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fdocker-kafka-zookeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fdocker-kafka-zookeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fdocker-kafka-zookeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deployable","download_url":"https://codeload.github.com/deployable/docker-kafka-zookeeper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fdocker-kafka-zookeeper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32971672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-compose","docker-image","kafka","zookeeper"],"created_at":"2024-12-17T13:10:55.655Z","updated_at":"2026-05-13T07:02:07.304Z","avatar_url":"https://github.com/deployable.png","language":"Roff","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kafka + Zookeeper in Docker\n\n- [Docker hub - `deployable/kafka`](https://hub.docker.com/r/deployable/kafka/)\n- [Github - `deployable/docker-kafka-zookeeper`](https://github.com/deployable/docker-kafka-zookeeper)\n\n## Tags\n\n### Latest\n```\ndeployable/kafka:latest - kafka:2.12-2.1.0\n```\n\n### Latest Scala - 2.12\n```\ndeployable/kafka:2.1\ndeployable/kafka:2.0\ndeployable/kafka:1.1\n```\n\n### Specific versions\n```\ndeployable/kafka:2.12-2.1.0\ndeployable/kafka:2.11-2.1.0\ndeployable/kafka:2.12-2.0.1\ndeployable/kafka:2.11-2.0.1\ndeployable/kafka:2.12-1.1.1\ndeployable/kafka:2.11-1.1.1\n```\n\n## Environment Variables\n\n`ADVERTISE_LISTENERS`\n\n## Compose\n\nThe quickest way is to launch with the included compose file\n\n    docker-compose up -d\n\n## Plain Docker\n\nCreate a network\n\n    docker network create zk\n\nRun zookeeper\n\n    docker run --net=zk \\\n      --hostname zookeeper \\\n      --publish 2181:2181/tcp \\\n      --detach \\\n      deployable/kafka \\\n      zookeeper\n\nRun kafka\n\n    docker run --net=zk \\\n      --publish 9092:9092/tcp \\\n      --detach \\\n      deployable/kafka \\\n      kafka\n\nIf you want kafka to advertise an address other than localhost, set  the \n `ADVERTISE_LISTENERS` environment variable in docker to something like `my.kafka.host:9091`\n\n    docker run --net=zk \\\n      --env ADVERTISE_LISTENERS=hostname:port\n      --detach \\\n      deployable/kafka \\\n      kafka\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeployable%2Fdocker-kafka-zookeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeployable%2Fdocker-kafka-zookeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeployable%2Fdocker-kafka-zookeeper/lists"}