{"id":34985668,"url":"https://github.com/gkhays/kafka-poc","last_synced_at":"2026-05-09T07:31:31.709Z","repository":{"id":53122907,"uuid":"237074220","full_name":"gkhays/kafka-poc","owner":"gkhays","description":"Produce and consume Kafka messages","archived":false,"fork":false,"pushed_at":"2023-09-05T22:01:43.000Z","size":21,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-22T18:46:44.791Z","etag":null,"topics":["docker","docker-compose","java","kafka"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gkhays.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}},"created_at":"2020-01-29T20:20:07.000Z","updated_at":"2021-04-05T21:50:41.000Z","dependencies_parsed_at":"2022-09-08T16:20:35.232Z","dependency_job_id":null,"html_url":"https://github.com/gkhays/kafka-poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gkhays/kafka-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkhays%2Fkafka-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkhays%2Fkafka-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkhays%2Fkafka-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkhays%2Fkafka-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gkhays","download_url":"https://codeload.github.com/gkhays/kafka-poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkhays%2Fkafka-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32811259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["docker","docker-compose","java","kafka"],"created_at":"2025-12-27T01:32:03.154Z","updated_at":"2026-05-09T07:31:31.704Z","avatar_url":"https://github.com/gkhays.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kafka-poc\n\nProduce and consume Kafka messages\n\n## Testing\n\nThere is a live version of the `fast-data-dev` image at the following location:\n\nhttps://fast-data-dev.demo.landoop.com/\n\nThe organization has changed its name from Landoop to LensesIO. The image is here:\n\nhttps://github.com/lensesio/fast-data-dev\n\n### Docker\n\n```\n$ docker-compose up -d\nCreating network \"kafka-poc_default\" with the default driver\nCreating kafka-poc_broker_1 ... done\n```\n\n```\n$ docker-compose down\nStopping kafka-poc_broker_1 ... done\nRemoving kafka-poc_broker_1 ... done\nRemoving network kafka-poc_default\n```\n\n### Coyote Tests\n\nhttp://localhost:3030/coyote-tests/\n\n```\n$ curl -vs --stderr - \"http://localhost:8082/topics\"\n*   Trying ::1...\n* TCP_NODELAY set\n* Connected to localhost (::1) port 8082 (#0)\n\u003e GET /topics HTTP/1.1\n\u003e Host: localhost:8082\n\u003e User-Agent: curl/7.63.0\n\u003e Accept: */*\n\u003e\n\u003c HTTP/1.1 200 OK\n\u003c Date: Wed, 29 Jan 2020 18:20:36 GMT\n\u003c Content-Type: application/vnd.kafka.v1+json\n\u003c Vary: Accept-Encoding, User-Agent\n\u003c Content-Length: 260\n\u003c Server: Jetty(9.4.14.v20181114)\n\u003c\n[\"_schemas\",\"backblaze_smart\",\"connect-configs\",\"connect-offsets\",\"connect-statuses\",\"coyote-test-avro\",\"coyote-test-binary\",\"coyote-test-json\",\"logs_broker\",\"nyc_yellow_taxi_trip_data\",\"sea_vessel_position_reports\",\"telecom_italia_data\",\"telecom_italia_grid\"]* Connection #0 to host localhost left intact\n```\n\n### Command Line Utilities\n\nCreate a topic.\n\n```\nkafka-topics --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test\n```\n\nWrite some messages to the topic.\n\n```\nkafka-console-producer --broker-list localhost:9092 --topic test\n```\n\n## References\n\n1. [Getting started with kafka](https://success.docker.com/article/getting-started-with-kafka)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkhays%2Fkafka-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgkhays%2Fkafka-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkhays%2Fkafka-poc/lists"}