spring-cloud-skipper
spring-cloud-skipper copied to clipboard
how does the skipper-client help app get their streamDeploymentProperties?
wanna know how skipper help the application installed by it get their properties?
for example, i depoly a stream in scdf by using http | log
and i've config http with server.port=8088
, how does it get this property?
The application configuration properties are passed as either stream definition or deployment properties from SCDF and Skipper has processes them and set as deployment properties when sending the deployment request to the subsequent deployer.