{"id":32484394,"url":"https://github.com/bewaremypower/pulsar-rs-perf","last_synced_at":"2026-07-13T07:31:35.976Z","repository":{"id":312117699,"uuid":"1045676372","full_name":"BewareMyPower/pulsar-rs-perf","owner":"BewareMyPower","description":"The performance tool on pulsar-rs","archived":false,"fork":false,"pushed_at":"2025-09-19T03:11:32.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T05:34:17.509Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BewareMyPower.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,"zenodo":null}},"created_at":"2025-08-27T14:45:45.000Z","updated_at":"2025-09-19T03:11:36.000Z","dependencies_parsed_at":"2025-08-28T23:05:23.279Z","dependency_job_id":"5c654ab6-e1a6-4ef8-bc59-ad1b5208db0f","html_url":"https://github.com/BewareMyPower/pulsar-rs-perf","commit_stats":null,"previous_names":["bewaremypower/pulsar-rs-perf"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BewareMyPower/pulsar-rs-perf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BewareMyPower%2Fpulsar-rs-perf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BewareMyPower%2Fpulsar-rs-perf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BewareMyPower%2Fpulsar-rs-perf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BewareMyPower%2Fpulsar-rs-perf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BewareMyPower","download_url":"https://codeload.github.com/BewareMyPower/pulsar-rs-perf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BewareMyPower%2Fpulsar-rs-perf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35414732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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":[],"created_at":"2025-10-27T03:51:00.171Z","updated_at":"2026-07-13T07:31:35.971Z","avatar_url":"https://github.com/BewareMyPower.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pulsar-rs-perf\n\nThe performance tool on [pulsar-rs](https://github.com/streamnative/pulsar-rs).\n\n## How to build\n\nPlease ensure your system has `protoc` installed. For example, on macOS, you can run:\n\n```bash\nbrew install protobuf\n```\n\nThen you can build the project with:\n\n```bash\ncargo build\n```\n\nRun the performance tool:\n\n## Produce messages\n\n```bash\nRUST_LOG=info ./target/debug/pulsar-rs-perf my-topic produce\n```\n\nThe command above will produce messages to `my-topic` with default settings, which is equivalent to:\n\n```bash\nRUST_LOG=info ./target/release/pulsar-rs-perf my-topic \\\n    --service-url \"pulsar://localhost:6650\" \\\n    produce --rate 500 -n 10000\n```\n\nOptions for the main command:\n- `--service-url`: The Pulsar service URL (default: `pulsar://localhost:6650`)\n- `--auth-token`: The authentication token (default: `None`, which means no authentication)\n\nOptions for `produce` sub-command:\n- `--rate`: The message producing rate (default: `500` messages per second)\n- `-n` or `--num-messages`: The total number of messages to send (default: `10000`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbewaremypower%2Fpulsar-rs-perf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbewaremypower%2Fpulsar-rs-perf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbewaremypower%2Fpulsar-rs-perf/lists"}