{"id":15069097,"url":"https://github.com/g-khan/synchronized-communication-between-microservices","last_synced_at":"2025-04-10T16:52:02.704Z","repository":{"id":182351783,"uuid":"328178760","full_name":"G-khan/synchronized-communication-between-microservices","owner":"G-khan","description":"Microservice-To-Microservice Synchronous  Communication with Service Discovery","archived":false,"fork":false,"pushed_at":"2021-01-18T20:03:35.000Z","size":66,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T19:12:38.737Z","etag":null,"topics":["communication","eureka-client","feign-client","java-11","kotlin","microservices","microservices-architecture","spring-boot","synchronous"],"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/G-khan.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}},"created_at":"2021-01-09T14:55:23.000Z","updated_at":"2024-12-02T13:42:36.000Z","dependencies_parsed_at":"2023-07-19T17:45:08.056Z","dependency_job_id":null,"html_url":"https://github.com/G-khan/synchronized-communication-between-microservices","commit_stats":null,"previous_names":["g-khan/synchronized-communication-between-microservices"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-khan%2Fsynchronized-communication-between-microservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-khan%2Fsynchronized-communication-between-microservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-khan%2Fsynchronized-communication-between-microservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-khan%2Fsynchronized-communication-between-microservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/G-khan","download_url":"https://codeload.github.com/G-khan/synchronized-communication-between-microservices/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248256154,"owners_count":21073471,"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":["communication","eureka-client","feign-client","java-11","kotlin","microservices","microservices-architecture","spring-boot","synchronous"],"created_at":"2024-09-25T01:40:27.871Z","updated_at":"2025-04-10T16:52:02.681Z","avatar_url":"https://github.com/G-khan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple Synchronous Communication Example with Service Discovery\n\nDemo project for Microservice Synchronous communication using Kotlin, Spring Boot, Service Discovery Eureka, Eureka Client \u0026 FeignClient\n\n![enter image description here](https://cdn-images-1.medium.com/max/800/1*BB3G8KmqWn5W3m3A7KtKOg.png)\n\n\n## Requirements\n1.  Java - 1.11.x\n2.  Gradle- 3.x.x\n3. Clone the [Service Discovery click it.](https://github.com/G-khan/spring-eureka-server-kotlin) \n\n**Step 1: Running the Service Discovery**\nOpen the service discovery path then,\nType the following command in your terminal to run the service discovery\n\n     ./gradlew bootRun\n    \n\n**Step 2: Running the Payment Service** \nOpen the this project path then payment-service folder,\nRun the project with gradle:\n\n     ./gradlew bootRun\n\n**Step 3: Running the Payment Service** \nOpen the this project path then banking-service folder,\nRun the project with gradle:\n\n     ./gradlew bootRun\n     \n\nCheck the link of eureka-server for seeing the registered services: http://localhost:8761/\n\n## Rest APIs\n\nThe app defines following for APIs.\n\n    POST http://localhost:8081/api/v1/payment\n    \n    {\n          \"paymentType\":\"credit card\",\n          \"bankId\":\"123213213213213321\"\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg-khan%2Fsynchronized-communication-between-microservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg-khan%2Fsynchronized-communication-between-microservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg-khan%2Fsynchronized-communication-between-microservices/lists"}