Is there a way to deploy Spring Cloud Dataflow stream apps without versioning in CloudFoundry? Whenever we deploy a stream using SCDF 2.9.x that uses Skipper server, it adds a version number to the app deployed in CF.
For example scdf_processor_splitter it will automatically add versioning to the end of the name and make it scdf_processor_splitter_v1.
This causes issues as we alwasy end up with a route that has versioning in it. Having a static app name and route helps us with monitoring and alos helps us in maintenance. We have a lot of apps in our stream and adding a static route at the time of deployment for each of them is not a feasible option. Could you please let me know if there are any configurations to get the unversioned app name in cloud foundry?
Undeploying the stream and redeploying does not reset versioning. It only increments the versioning.