{"id":35672440,"url":"https://github.com/bborbe/sample_kafka_consumer","last_synced_at":"2026-01-05T19:04:32.744Z","repository":{"id":282477390,"uuid":"947366235","full_name":"bborbe/sample_kafka_consumer","owner":"bborbe","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-16T14:07:36.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T21:08:58.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/bborbe.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}},"created_at":"2025-03-12T15:18:41.000Z","updated_at":"2025-04-16T14:07:39.000Z","dependencies_parsed_at":"2025-03-14T22:22:40.332Z","dependency_job_id":"b66a00b3-31fd-4c01-935d-cd203e658cb3","html_url":"https://github.com/bborbe/sample_kafka_consumer","commit_stats":null,"previous_names":["bborbe/sample_kafka_consumer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bborbe/sample_kafka_consumer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bborbe%2Fsample_kafka_consumer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bborbe%2Fsample_kafka_consumer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bborbe%2Fsample_kafka_consumer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bborbe%2Fsample_kafka_consumer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bborbe","download_url":"https://codeload.github.com/bborbe/sample_kafka_consumer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bborbe%2Fsample_kafka_consumer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28218054,"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":"2026-01-05T02:00:06.358Z","response_time":57,"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":"2026-01-05T19:02:32.840Z","updated_at":"2026-01-05T19:04:32.737Z","avatar_url":"https://github.com/bborbe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kafka\n\n## Setup Python\n\n### install pyenv\n\n```bash\ncurl -fsSL https://pyenv.run | bash\n```\n\nzsh:\n\n```\nalias brew='env PATH=\"${PATH//$(pyenv root)\\/shims:/}\" brew'\n```\n\n### install python\n\n```\nexport LDFLAGS=\"-L/opt/local/lib\"\nexport CPPFLAGS=\"-I/opt/local/include\"\nsudo pyenv install 3.11.4\n```\n\n### Create pyenv\n\n```bash\npyenv virtualenv 3.11.4 sample_kafka_consumer\npyenv local sample_kafka_consumer\n```\n\n```bash\npip install -r requirements.txt\n```\n\n## Run\n\n```bash\nmake run\n```\n\n```bash\nmake runtls\n```\n\n## Send Message\n\nhttp://localhost:9090/sendmessage\n\n## Doc\n\nhttps://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html\n\n# Get SSL Certs\n\n# kubectl -n strimzi get secret my-cluster-cluster-ca-cert -o jsonpath='{.data.ca\\.crt}' | base64 -d \u003e ca.crt\n\n\n```bash\nkubectl -n strimzi get secret test -o jsonpath='{.data.ca\\.crt}' | base64 -d \u003e ca.crt\nkubectl -n strimzi get secret test -o jsonpath='{.data.user\\.key}' | base64 -d \u003e user.key\nkubectl -n strimzi get secret test -o jsonpath='{.data.user\\.crt}' | base64 -d \u003e user.crt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbborbe%2Fsample_kafka_consumer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbborbe%2Fsample_kafka_consumer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbborbe%2Fsample_kafka_consumer/lists"}