Below you will find pages that utilize the taxonomy term “Spring Cloud”
August 26, 2019
Load Balanced Websockets with Spring Cloud Gateway
The ability to have real-time two-way communication between the client and the server is a key feature in most modern web apps.
August 2, 2019
External Application Config with Spring Cloud Kubernetes
A common pattern when deploying applications to a development, staging, and production environment is to build a jar or docker image one time, then supply different configuration values in the deployment for each stage. This configuration could be a Spring profile in separate yaml documents, additional properties files, environment variables, or some other configuration mechanism.
January 31, 2019
Random Server Ports and Spring Cloud Service Discovery with Netflix Eureka
Recently, I’ve had an issue were I want to be able to run multiple spring boot services locally for testing and development purposes. Unfortunately they all run on the same port so they fail to start!