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

69 views Asked by At

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?

1

There are 1 answers

1
Ilayaperumal Gopinathan On

SCDF sends the StreamDeployment properties as specific app deployment properties set for each app that gets deployed for the Stream.

At the Skipper side, the app deployment properties are set in the Spec of the application getting deployed.