{"id":17739026,"url":"https://github.com/pierrekieffer/docker-kafka-cluster","last_synced_at":"2026-04-27T22:32:51.994Z","repository":{"id":120128928,"uuid":"193480594","full_name":"PierreKieffer/docker-kafka-cluster","owner":"PierreKieffer","description":"a Kafka multinode cluster deployed with docker-compose","archived":false,"fork":false,"pushed_at":"2020-02-14T15:42:11.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-03-07T01:31:41.861Z","etag":null,"topics":["confluent","confluent-kafka","docker","docker-compose","kafka"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PierreKieffer.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-24T10:02:56.000Z","updated_at":"2020-02-14T15:42:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"224e57a8-887a-4728-953e-6a4427a87c3d","html_url":"https://github.com/PierreKieffer/docker-kafka-cluster","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/PierreKieffer/docker-kafka-cluster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreKieffer%2Fdocker-kafka-cluster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreKieffer%2Fdocker-kafka-cluster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreKieffer%2Fdocker-kafka-cluster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreKieffer%2Fdocker-kafka-cluster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PierreKieffer","download_url":"https://codeload.github.com/PierreKieffer/docker-kafka-cluster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreKieffer%2Fdocker-kafka-cluster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["confluent","confluent-kafka","docker","docker-compose","kafka"],"created_at":"2024-10-26T02:06:59.556Z","updated_at":"2026-04-27T22:32:51.978Z","avatar_url":"https://github.com/PierreKieffer.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-kafka-cluster\ndocker-kafka-ckuster allows to deploy a kafka multi node cluster (3 brokers, 1 zookeeper) with docker\n\nhttps://medium.com/@PierreKieffer/deploy-a-kafka-multi-node-cluster-with-docker-72878ddbaf96\n\n## Build the base image \n- clone the repo \n- `docker build -t kafka_base .`\n\n## Launch the kafka cluster\n- docker-compose up \n\n## Test\n### Run a client \n- `docker run -it --network host kafka_base /bin/bash`\n### Create a topic \n- `./bin/kafka-topics --create --zookeeper localhost:2181 --replication-factor 3 --partitions 3 --topic topic_name`\n### Run a console producer \n- `./bin/kafka-console-producer --broker-list localhost:9091,localhost:9092,localhost:9093 --topic your_topic_name`\n\n### Run a console consumer\n- `./bin/kafka-console-consumer --topic your_topic_name --bootstrap-server localhost:9091,localhost:9092,localhost:9093`\n\n### Monitoring consumer group  \n- `./bin/kafka-consumer-groups --describe --group groupId --bootstrap-server localhost:9091,localhost:9092,localhost:9093`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierrekieffer%2Fdocker-kafka-cluster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpierrekieffer%2Fdocker-kafka-cluster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierrekieffer%2Fdocker-kafka-cluster/lists"}