{"id":16475320,"url":"https://github.com/dark0dave/kraft-docker","last_synced_at":"2025-07-18T01:33:41.351Z","repository":{"id":165253724,"uuid":"640593245","full_name":"dark0dave/kraft-docker","owner":"dark0dave","description":"OCI compliant images for kafka running KRAFT","archived":false,"fork":false,"pushed_at":"2024-12-04T17:25:37.000Z","size":246,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T15:13:31.293Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dark0dave.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-05-14T15:51:05.000Z","updated_at":"2024-12-04T17:25:39.000Z","dependencies_parsed_at":"2024-11-12T07:03:25.177Z","dependency_job_id":"7e4bd4bd-2686-4a1d-9d71-daa8dcb42d0c","html_url":"https://github.com/dark0dave/kraft-docker","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/dark0dave/kraft-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dark0dave%2Fkraft-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dark0dave%2Fkraft-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dark0dave%2Fkraft-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dark0dave%2Fkraft-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dark0dave","download_url":"https://codeload.github.com/dark0dave/kraft-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dark0dave%2Fkraft-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265688278,"owners_count":23811407,"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-11T12:37:41.637Z","updated_at":"2025-07-18T01:33:41.325Z","avatar_url":"https://github.com/dark0dave.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Pulls](https://img.shields.io/docker/pulls/dark0dave/kafka.svg)](https://hub.docker.com/r/dark0dave/kafka/)\n[![Docker Stars](https://img.shields.io/docker/stars/dark0dave/kafka.svg)](https://hub.docker.com/r/dark0dave/kafka/)\n![Build Status](https://github.com/dark0dave/kraft-docker/actions/workflows/main.yaml/badge.svg)\n\n\nkafka-docker\n============\n\nDockerfile for [Apache Kafka](http://kafka.apache.org/) running kraft. Because I hate zookeeper.\n\nThe image is available directly from [Docker Hub](https://hub.docker.com/r/dark0dave/kafka/)\n\n## Usage\n\n```sh\ndocker build -t kafka .\ndocker run -it -p 9092:9092 kafka\n```\n\nThis runs kafka without zookeeper in a single instance mode, topics are created automatically there is no need to create them beforehand.\n\n### Auto create topics\n\nCan create topics at start time with the following:\n\n```sh\ndocker run -it -e KAFKA_CREATE_TOPICS=topic1:1:1,topic2:1:1 -p 9092:9092 kafka\n```\n\n### Logging\n\nLogging can be controlled with, the runtime environment varriable LOG4J_LOGGER_KAFKA.\n\nLog levels available:\n\nLevel|Description\n----|----\nOFF|Turns off logging.\nFATAL|Severe errors that cause premature termination.\nERROR|Other runtime errors or unexpected conditions.\nWARN|Runtime situations that are undesirable or unexpected, but not necessarily wrong.\nINFO|Runtime events of interest at startup and shutdown.\nDEBUG|Detailed diagnostic information about events.\nTRACE|Detailed diagnostic information about everything.\n\n\nExample below:\n\n```sh\ndocker run -it --rm -e LOG4J_LOGGER_KAFKA=DEBUG -p 9092:9092 kafka\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdark0dave%2Fkraft-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdark0dave%2Fkraft-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdark0dave%2Fkraft-docker/lists"}