mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 15:50:49 +08:00 
			
		
		
		
	* Upgrading nugets * doc changes * more changes to remove warnings * one more fix * one more fix * forcing the build
#Example how to use Eureka service discovery
I created this becasue users are having trouble getting Eureka to work with Ocelot, hopefully this helps. Please review the implementation of the individual servics to understand how everything fits together.
##Instructions
- 
Get Eureka installed and running...
$ git clone https://github.com/spring-cloud-samples/eureka.git $ cd eureka $ mvnw spring-boot:runLeave the service running
 - 
Get Downstream service running and registered with Eureka
cd ./DownstreamService/ dotnet runLeave the service running
 - 
Get API Gateway running and collecting services from Eureka
cd ./ApiGateway/ dotnet runLeave the service running
 - 
Make a http request to http://localhost:5000/category you should get the following response
["category1","category2"]