{"id":17211579,"url":"https://github.com/rishabh96b/kafka-perf-test","last_synced_at":"2025-10-08T13:55:38.701Z","repository":{"id":51251014,"uuid":"298346410","full_name":"rishabh96b/kafka-perf-test","owner":"rishabh96b","description":"Kafka performance testing tool to test your Kubernetes, DC/OS, and On-Prem/Local Kafka Clusters.","archived":false,"fork":false,"pushed_at":"2020-10-07T03:17:24.000Z","size":21,"stargazers_count":8,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T22:47:00.781Z","etag":null,"topics":["confluent-kafka","docker","hacktoberfest","kafka","kafka-cluster","kafka-performance-tester","kubernetes","performance-testing","test-runner"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/rishabh96b.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}},"created_at":"2020-09-24T17:19:15.000Z","updated_at":"2023-10-15T21:35:06.000Z","dependencies_parsed_at":"2022-09-07T18:40:16.295Z","dependency_job_id":null,"html_url":"https://github.com/rishabh96b/kafka-perf-test","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rishabh96b/kafka-perf-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabh96b%2Fkafka-perf-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabh96b%2Fkafka-perf-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabh96b%2Fkafka-perf-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabh96b%2Fkafka-perf-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishabh96b","download_url":"https://codeload.github.com/rishabh96b/kafka-perf-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabh96b%2Fkafka-perf-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268043794,"owners_count":24186479,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-kafka","docker","hacktoberfest","kafka","kafka-cluster","kafka-performance-tester","kubernetes","performance-testing","test-runner"],"created_at":"2024-10-15T02:57:45.658Z","updated_at":"2025-10-08T13:55:33.677Z","avatar_url":"https://github.com/rishabh96b.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kafka Performance Tester\n\n[![CircleCI](https://circleci.com/gh/rishabh96b/kafka-perf-test.svg?style=svg)](https://circleci.com/gh/rishabh96b/kafka-perf-test)\n\n### Introduction ###\nKafka Performance Tester is a tool to load test your Kafka cluster. It uses Apache Kafka's inbuilt `kafka-producer-perf-test.sh` and `kafka-consumer-perf-test.sh` utilities and additional tools to make the test suit ready to roll.\n\n### Requirements ###\n- Docker\n- A running Kafka cluster(With one or multiple brokers)\n\n### Supported Platforms ###\nKafka Performance Tester can be used on any platform, thanks to Docker! Currently the standard configuration is created for DC/OS only which resides in `options.json`. In coming days, a standard deployable config for Kubernetes will also be added.\n\n### Quick Start ###\nSet the necessary environment variables.\n- For DC/OS, set the parameters in `options.json`.\n- For Kubernetes, use `deployment.yaml`\n- For local system, set the vars manually inside the docker container using:\n\t- ```bash\n\t\tdocker run -it rishabh96b/kafka-workload:latest bash\n\t\texport NUM_TOPICS=30\n\t\texport NUM_RECORDS=1024\n\t\texport RECORD_SIZE=50\n\t\texport PRODUCER_THROUGHPUT=10\n\t\texport TEST_INTERVAL_SECONDS=5\n\t\texport BOOTSTRAP_SERVERS=\"http://localhost:9092\"\n\t```\nTo run Producer benchmarks:\n```bash\n./producer_test.sh\n```\nTo run Consumer benchmarks:\n```bash\n./consumer_test.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishabh96b%2Fkafka-perf-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishabh96b%2Fkafka-perf-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishabh96b%2Fkafka-perf-test/lists"}