{"id":28332984,"url":"https://github.com/aakashcode12/kafka-docker","last_synced_at":"2026-01-27T01:33:48.291Z","repository":{"id":294284070,"uuid":"986497983","full_name":"AakashCode12/Kafka-Docker","owner":"AakashCode12","description":"InitialSetup for kafka using docker containers","archived":false,"fork":false,"pushed_at":"2025-05-19T17:46:22.000Z","size":167,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T08:40:50.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/AakashCode12.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,"zenodo":null}},"created_at":"2025-05-19T17:43:52.000Z","updated_at":"2025-05-19T17:46:24.000Z","dependencies_parsed_at":"2025-05-19T18:55:16.901Z","dependency_job_id":null,"html_url":"https://github.com/AakashCode12/Kafka-Docker","commit_stats":null,"previous_names":["aakashcode12/kafka-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AakashCode12/Kafka-Docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AakashCode12%2FKafka-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AakashCode12%2FKafka-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AakashCode12%2FKafka-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AakashCode12%2FKafka-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AakashCode12","download_url":"https://codeload.github.com/AakashCode12/Kafka-Docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AakashCode12%2FKafka-Docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28795468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"ssl_error","status_checked_at":"2026-01-27T01:07:06.974Z","response_time":59,"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":[],"created_at":"2025-05-26T20:23:56.320Z","updated_at":"2026-01-27T01:33:48.285Z","avatar_url":"https://github.com/AakashCode12.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kafka Docker Project\n\nThis is a basic setup of Apache Kafka and Zookeeper using Docker.\n\nWe are also connecting the Kafka Cluster to a ui using the kafka ui project\n\n## 🚀 How to Start the Kafka Application\n\n### 1) Run this Docker command to run the docker \n\n```bash\ndocker-compose up -d\n```\n\n### 2) Run this command to start kafka ui \n\n```bash\ndocker run -it -p 8080:8080 -e DYNAMIC_CONFIG_ENABLED=true provectuslabs/kafka-ui\n```\n### 3) Verify using the containers are running using\n\n```\ndocker ps\n```\nIt should look like this: \n\n| CONTAINER ID | IMAGE                    | COMMAND                     | CREATED    | STATUS       | PORTS                    | NAMES        |\n|--------------|--------------------------|-----------------------------|------------|--------------|--------------------------|--------------|\n| d53e83c5eb87 | bitnami/kafka:latest     | /opt/bitnami/scripts/...    | 2 days ago | Up 52 seconds| 0.0.0.0:9092-\u003e9092/tcp   | kafka        |\n| 0bbf4468c846 | provectuslabs/kafka-ui   | /bin/sh -c 'java --...      | 2 days ago | Up 52 seconds| 0.0.0.0:8080-\u003e8080/tcp   | crazy_volhard|\n\n\n### 4) Go to localhost:8080 and put this in brokers:\n\n```\nhost.docker.internal:9092\n```\n\n### 5) Now you should be connected to your kafka Cluster\n\n![Image](image.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashcode12%2Fkafka-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faakashcode12%2Fkafka-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashcode12%2Fkafka-docker/lists"}