I have created SCDF custom stream apps for sftp source by referring to the starter app. This app is auto-creating a topic for output as - function_name + -out- + index
As I looked at the default app the Spring Cloud Data Flow names these topics based on the stream and application naming conventions. This is not happening for function-style custom apps.
Is there any way to configure the custom spring cloud app to get the topic created as it's creating for default starter apps without specifying explicit bindings as below ? spring.cloud.stream.function.bindings.sftpcustom-out-0=output
This will help us to reduce the additional binder configurations required for apps and it can be taken care of by Spring Cloud data flow.