{"id":16112857,"url":"https://github.com/jonathanmdr/spot","last_synced_at":"2026-02-16T10:03:04.656Z","repository":{"id":99788287,"uuid":"588779096","full_name":"jonathanmdr/Spot","owner":"jonathanmdr","description":"Spring Cloud Stream example with Java functional programming and Kafka","archived":false,"fork":false,"pushed_at":"2025-03-21T16:17:33.000Z","size":273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T14:34:58.059Z","etag":null,"topics":["gradle","java-17","kafka","kafka-consumer","kafka-producer","kafka-streams","spring-boot","spring-cloud","spring-cloud-stream","springboot3-x"],"latest_commit_sha":null,"homepage":"","language":"Java","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/jonathanmdr.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":"2023-01-14T01:21:47.000Z","updated_at":"2024-08-30T19:13:17.000Z","dependencies_parsed_at":"2023-12-10T18:23:01.467Z","dependency_job_id":"3da7e8e4-342a-4c35-b101-48620213c921","html_url":"https://github.com/jonathanmdr/Spot","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.3913043478260869,"last_synced_commit":"d73dbbb9f18bd629dae81ef5848ef182778fcb4c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2FSpot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2FSpot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2FSpot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2FSpot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanmdr","download_url":"https://codeload.github.com/jonathanmdr/Spot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248793982,"owners_count":21162608,"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":["gradle","java-17","kafka","kafka-consumer","kafka-producer","kafka-streams","spring-boot","spring-cloud","spring-cloud-stream","springboot3-x"],"created_at":"2024-10-09T20:09:27.984Z","updated_at":"2026-02-16T10:02:59.623Z","avatar_url":"https://github.com/jonathanmdr.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spot\n\n---\nThis project is an example of how to use the \"Spring Cloud Stream\" with Java functional programming.\n\nThis example uses the message broker Kafka.\n\n# Running environment\n\n---\n\n#### For the up environment:\n```shell\n# This command runs: Kafka Broker and Kafka UI\ndocker-compose up -d\n\n# With makefile\nmake up\n```\n\n- For access the Kafka UI [click here](http://localhost:8580).\n- For access the Open API UI [click here](http://localhost:8080).\n- For access the Open API Docs [click here](http://localhost:8080/sync-api-docs).\n- For access the Async API UI [click here](http://localhost:8080/springwolf/asyncapi-ui.html).\n- For access the Async API Docs [click here](http://localhost:8080/async-api-docs).\n\n#### For the down environment:\n```shell\n# This command down all environment and remove all unused files, folders and configurations\ndocker-compose down --remove-orphans --volumes\n\n# With makefile\nmake down\n```\n\n# API\n\n---\n\n#### Request example:\n\u003e The order with a value less than or equal to 500.00 is valid and returns `APPROVED`.\n\u003e \n\u003e The order with a value greater than to 500.00 is invalid and returns `REJECTED`.\n```shell\ncurl --location --request POST 'http://localhost:8080/v1/orders' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"customer_id\": \"36a8ea26-4eb0-4b9d-b609-d095175a2f7b\",\n    \"value\": 1000.00\n}'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanmdr%2Fspot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanmdr%2Fspot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanmdr%2Fspot/lists"}