I'am using spring-cloud-data-flow-server-yarn and successfully deployed my spring-cloud-stream apps in my yarn-cluster.
Now I'm facing a problem:
When I deploy my scs apps, the property value of spring.cloud.stream.bindings.output.destination
will be override to streamName.groupName
, which I think is the default value for the channel name.
How can I let the properties of the channel name inside the scs-app take effective? I mean not using the deploy properties, but just let the properties inside the scs-app take effective.