java - Spring Cloud Data Flow app with separate sink and source -
i have application deploy using scdf. receives message (sink), processes asynchronously through non deterministic or simple pipeline system. @ end, might or migh not produce output. if output produced produce message (source) other applications consume. application can not splitted more 1 jvm, more 1 instance can running no problems. have found examples have source , sink on same app, connected end end, wich not case. has solve problem, hints?
you might looking @ similar discussed here: https://github.com/spring-cloud/spring-cloud-dataflow/issues/915.
Comments
Post a Comment