{"id":15349479,"url":"https://github.com/ravening/spring-cloud-stream-microservice-communication","last_synced_at":"2025-07-24T13:34:06.622Z","repository":{"id":117364693,"uuid":"219992291","full_name":"ravening/spring-cloud-stream-microservice-communication","owner":"ravening","description":"Microservice application to demonstrate bidirectional message communication between microservices","archived":false,"fork":false,"pushed_at":"2019-11-06T15:01:59.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T22:51:22.331Z","etag":null,"topics":["communication","event-driven","event-driven-architecture","event-driven-microservices","event-driven-programming","java","maven","microservices","rabbitmq","sleuth","spring-boot","spring-cloud","spring-cloud-stream","zipkin"],"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/ravening.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":"2019-11-06T12:31:58.000Z","updated_at":"2023-02-26T22:18:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ec61606-2809-4779-8830-5601788d2b15","html_url":"https://github.com/ravening/spring-cloud-stream-microservice-communication","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"8aab40875206765fc099106bc71bb3dea1a0f883"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ravening/spring-cloud-stream-microservice-communication","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravening%2Fspring-cloud-stream-microservice-communication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravening%2Fspring-cloud-stream-microservice-communication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravening%2Fspring-cloud-stream-microservice-communication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravening%2Fspring-cloud-stream-microservice-communication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ravening","download_url":"https://codeload.github.com/ravening/spring-cloud-stream-microservice-communication/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravening%2Fspring-cloud-stream-microservice-communication/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266850956,"owners_count":23995184,"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":"2025-07-24T02:00:09.469Z","response_time":99,"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":["communication","event-driven","event-driven-architecture","event-driven-microservices","event-driven-programming","java","maven","microservices","rabbitmq","sleuth","spring-boot","spring-cloud","spring-cloud-stream","zipkin"],"created_at":"2024-10-01T11:54:45.955Z","updated_at":"2025-07-24T13:34:06.613Z","avatar_url":"https://github.com/ravening.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event Driven communication between microservices\n\nA Java microservice applicaton to demonstrate the bidirectional communication between microservices using spring cloud stream\n\n## Getting started\n\n### Prerequisites\n\nBelow are the softwares that needs to be installed as a dependency\n\n```\nJava\nMaven\nDocker (to build Docker image)\n```\n\n## Running the application\n\n1 . Git clone the repo to any machine\n\n2 . Start each of the microservice beginning with eureka-server\n```bash\ncd eureka-server\n./mvnw spring-boot:run\n```\n\n3 . Start the rabbitmq and the zipkin containers\n```bash\ndocker run -d --hostname my-test-rabbit --name test-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management\ndocker run -d -p 9411:9411 openzipkin/zipkin\n```\n\n4 . Access the Rabbitmq ui by navigating to\n```html\nhttp://localhost:15672\n```\n\nLogin using ```guest/guest``` as the credentials\n\n4 . Once eureka-server is started and docker images are up and running we can start all other services\n```bash\ncd \u003cmicroservice-name\u003e\n./mvnw spring-boot:run\n```\n\n4 . Now create a new order by navigating to\n```html\ncurl http://localhost:5000/api/order\n```\n\nThis will send messages to both account service and product service.\\\nEach of the service process the message and sends a response back to order service.\\\n\n## Built With\n\n* [Maven](https://maven.apache.org/) - Dependency Management\n\n## Authors\nRakesh Venkatesh","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravening%2Fspring-cloud-stream-microservice-communication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravening%2Fspring-cloud-stream-microservice-communication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravening%2Fspring-cloud-stream-microservice-communication/lists"}