{"id":28405962,"url":"https://github.com/txn2/kwatch","last_synced_at":"2026-04-24T12:33:55.788Z","repository":{"id":108855623,"uuid":"146852095","full_name":"txn2/kwatch","owner":"txn2","description":"Kafka utility container for Kubernetes","archived":false,"fork":false,"pushed_at":"2018-08-31T17:51:52.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-29T07:41:29.580Z","etag":null,"topics":["developer-tools","kafka","kubernetes","utility"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/txn2.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":"2018-08-31T06:38:49.000Z","updated_at":"2018-10-09T10:32:04.000Z","dependencies_parsed_at":"2023-04-15T19:32:50.916Z","dependency_job_id":null,"html_url":"https://github.com/txn2/kwatch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/txn2/kwatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txn2%2Fkwatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txn2%2Fkwatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txn2%2Fkwatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txn2%2Fkwatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/txn2","download_url":"https://codeload.github.com/txn2/kwatch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/txn2%2Fkwatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32224170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["developer-tools","kafka","kubernetes","utility"],"created_at":"2025-06-01T22:09:44.511Z","updated_at":"2026-04-24T12:33:55.783Z","avatar_url":"https://github.com/txn2.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kafka Topic Watcher\n\nDocker utility container to run as a Pod in Kubernetes. The [txn2/kwatch] Pod log display Kakfa messages for a given topic.\n\nExample Pod:\n```yaml\napiVersion: v1\nkind: Pod\nmetadata:\n  name: kafka-kwatch\n  namespace: the-project\nspec:\n  containers:\n  - name: kafka-kwatch\n    image: txn2/kwatch:1.0.1\n    env:\n    - name: BROKER\n      value: \"kafka-headless:9092\"\n    - name: TOPIC\n      value: \"some-topic\"\n    # Setting the offset to -1 means to seek to the first offset.\n    # Setting the offset to -2 means to seek to the last offset.\n    - name: OFFSET\n      value: \"-2\"\n    - name: PARTITION\n      value: \"0\"\n```\n\nTail the kwatch logs:\n```bash\nkubectl logs -f kafka-kwatch -n the-project\n```\n\n[txn2/kwatch]:https://hub.docker.com/r/txn2/kwatch/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftxn2%2Fkwatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftxn2%2Fkwatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftxn2%2Fkwatch/lists"}