{"id":17286553,"url":"https://github.com/childe/healer","last_synced_at":"2025-08-20T14:32:21.458Z","repository":{"id":33672898,"uuid":"114280593","full_name":"childe/healer","owner":"childe","description":"golang lib for kafka","archived":false,"fork":false,"pushed_at":"2024-11-25T10:21:12.000Z","size":4450,"stargazers_count":24,"open_issues_count":0,"forks_count":18,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-10T02:20:26.724Z","etag":null,"topics":["go","golang","kafka","kafka-lib"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/childe.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":"2017-12-14T17:56:22.000Z","updated_at":"2024-11-25T10:21:17.000Z","dependencies_parsed_at":"2023-01-15T01:59:50.939Z","dependency_job_id":"a8992d13-c0bd-4fa2-b401-9549a6cb9df1","html_url":"https://github.com/childe/healer","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/childe%2Fhealer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/childe%2Fhealer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/childe%2Fhealer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/childe%2Fhealer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/childe","download_url":"https://codeload.github.com/childe/healer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230431103,"owners_count":18224655,"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":["go","golang","kafka","kafka-lib"],"created_at":"2024-10-15T09:59:33.517Z","updated_at":"2025-08-20T14:32:21.451Z","avatar_url":"https://github.com/childe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# INSTALL\n\n```sh\ngo install github.com/childe/healer/command/healer@latest\n```\n\n# Docker\n\n```sh\ndocker pull rmself/healer:latest\n```\n\n# what can healer command do\n\n- produce messages\n- consume messages\n- get metadata\n- create topics\n- delete topics\n- create(increase) partitons\n- describe configs\n- alter configs\n- alter partiton assignments\n- get offsets\n- get pendings\n- reset offsets\n- (re)elect leaders\n- describe acls\n- create acls\n- delete acls\n- rest apis of doing jobs above\n\n# Code Examples\n\n## Group Consumer\n\ngroup consumer(cluster style)\n\n[https://github.com/childe/healer/blob/master/command/healer/cmd/group-consumer.go](https://github.com/childe/healer/blob/master/command/healer/cmd/group-consumer.go)\n\n## Producer\n\n[https://github.com/childe/healer/blob/master/command/healer/cmd/console-producer.go](https://github.com/childe/healer/blob/master/command/healer/cmd/console-producer.go)\n\n## Console Consumer\n\none consumer consume messages from all partitons\n\n[https://github.com/childe/healer/blob/master/command/healer/cmd/console-consumer.go](https://github.com/childe/healer/blob/master/command/healer/cmd/console-consumer.go)\n\n## Simple Consumer\n\nconsume from only one certain partition\n\n[https://github.com/childe/healer/blob/master/command/healer/cmd/simple-consumer.go](https://github.com/childe/healer/blob/master/command/healer/cmd/simple-consumer.go)\n\n## API Documentation\n\nTo generate API documentation, you need to:\n\n1. Install swag tool:\n\n```bash\ngo install github.com/swaggo/swag/cmd/swag@latest\n```\n\n2. Generate Swagger documentation:\n\n```bash\nswag init -g command/healer/cmd/api.go\n```\n\n3. Start the server and visit http://localhost:8080/swagger/index.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchilde%2Fhealer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchilde%2Fhealer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchilde%2Fhealer/lists"}