davpin / cf-SpringBootTrader

Microservice version of the Spring Trader app using Spring Boot and Spring Cloud.
Apache License 2.0
104 stars 105 forks source link

fix binding to Eureka so it binds to Spring Cloud Services #8

Closed davpin closed 9 years ago

davpin commented 9 years ago

Currently, services don't bind to Eureka deployed with Spring Cloud Services for CF. It should be possible to make them bind to Eureka, whether it is deployed, locally, manually in CF or through the Spring Cloud Services.

davpin commented 9 years ago

There is now a branch that enables this.

davpin commented 9 years ago

is there a way where we can merge the main and SCS branch? ie. binds to both eureka as part of SCS or self-deployed?

davpin commented 9 years ago

Is it possible to create a User provided service that would be picked up by spring-cloud-services-starters such that we can create our own eureka and hystrix dashboards and use CUPS instead of SCS?

If this is possible then it would allow deployment to PWS and other platforms without SCS.