microservices-sidecar-example icon indicating copy to clipboard operation
microservices-sidecar-example copied to clipboard

An example of integrating non-jvm applications (rails) into a spring cloud microservice system

Results 3 microservices-sidecar-example issues
Sort by recently updated
recently updated
newest added

FYI, the dependency manager fails in gradle v3 and the wrapper fails. Using gradle 2.8 it works just fine. Details here: https://github.com/spring-gradle-plugins/dependency-management-plugin/issues/87

If i use sidecar to proxy the project, can I do health check, not only the service start or not?