spring-cloud-skipper icon indicating copy to clipboard operation
spring-cloud-skipper copied to clipboard

how does the skipper-client help app get their streamDeploymentProperties?

Open iliveforfun opened this issue 4 years ago • 1 comments

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?

iliveforfun avatar Dec 09 '20 08:12 iliveforfun

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.

ilayaperumalg avatar Dec 09 '20 09:12 ilayaperumalg