Git Product home page Git Product logo

spring-cloud-feign-demo's Introduction

spring-cloud-feign-demo

Two services registered with eureka, using feign call each other, with zuul as a gateway

The purpose of this demo is to use have two services able to call each other without hard-coding their location in code.

To do this:

  • Create a Eureka server
  • Create first service, register with eureka
  • Create second service, register with eureka
  • Create a feign client in first service, to call second service
  • Create a feign client in second service, to call first service
  • (Optional) Create a zuul gateway, so the brower/client only calls one host

This is a multiproject... project
eurekaserver - Eureka server demo
eurekafeign-firstservice - First service demo
eurekafeign-gateway - Zuul gateway demo
eurekafeign-secondservice - Second service demo

Open each project, run the project, go to the following urls to test:
http://localhost:8761/ -- See eureka with all of the instances running
http://localhost:8765/api/firstservice/querySecondService?name=John -- Using the feign client in first service to call second service
http://localhost:8765/api/secondservice/queryFirstService?name=John -- Using the feign client in second service to call first service

spring-cloud-feign-demo's People

Contributors

sobryan avatar

Stargazers

Yuriy Artamonov avatar Armen avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.