{"id":43085749,"url":"https://github.com/mccantuta/kafka-springboot-poc","last_synced_at":"2026-01-31T15:09:42.149Z","repository":{"id":190032083,"uuid":"199341349","full_name":"mccantuta/kafka-springboot-poc","owner":"mccantuta","description":"Proof of concept of Kafka using Springboot","archived":false,"fork":false,"pushed_at":"2019-07-30T00:59:33.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-23T00:30:31.839Z","etag":null,"topics":["docker","docker-compose","kafka","streams"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mccantuta.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}},"created_at":"2019-07-28T22:01:44.000Z","updated_at":"2023-08-23T00:30:34.623Z","dependencies_parsed_at":"2023-08-23T00:40:51.983Z","dependency_job_id":null,"html_url":"https://github.com/mccantuta/kafka-springboot-poc","commit_stats":null,"previous_names":["mccantuta/kafka-springboot-poc"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/mccantuta/kafka-springboot-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mccantuta%2Fkafka-springboot-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mccantuta%2Fkafka-springboot-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mccantuta%2Fkafka-springboot-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mccantuta%2Fkafka-springboot-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mccantuta","download_url":"https://codeload.github.com/mccantuta/kafka-springboot-poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mccantuta%2Fkafka-springboot-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28946257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docker","docker-compose","kafka","streams"],"created_at":"2026-01-31T15:09:41.482Z","updated_at":"2026-01-31T15:09:42.144Z","avatar_url":"https://github.com/mccantuta.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kafka-springboot-poc\nProof of concept of Kafka using Springboot\n\nThis project use a kafka server from wurstmeister/kafka image (https://hub.docker.com/r/wurstmeister/kafka).\nUse for docker compose the file **docker-compose-kafka-server.yml** included in this project.\n```\ndocker-compose -f docker-compose-kafka-server.yml up -d\n```\n\n\nPackage SpringBoot app\n```\nmvn clean package\n```\nBuild docker image\n```\ndocker build -t kafka-poc .\n```\nRun container\n```\ndocker run -p 8080:8080 --network kafka-poc-network kafka-poc\n```\n\nThis SpringBoot application will create a topic named \"newCustomerCreated\" with 3 partitions and 3 replicas.\nCreate three instances of this application with docker-compose to observe how\neach instance consume from each Kafka partition \n```\ndocker-compose scale kafka-poc=3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmccantuta%2Fkafka-springboot-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmccantuta%2Fkafka-springboot-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmccantuta%2Fkafka-springboot-poc/lists"}