Prove the concept of go microservices within a Spring Cloud / Pivotal Cloud Foundry environment. Rewrite a simple, isolated microservice such as payments.
The Go microservice needs to implement:
config server
registration with Eureka service discovery using Eureka's REST API
connect to existing MySQL database
Prove the concept of go microservices within a Spring Cloud / Pivotal Cloud Foundry environment. Rewrite a simple, isolated microservice such as payments.
The Go microservice needs to implement:
config server registration with Eureka service discovery using Eureka's REST API connect to existing MySQL database