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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -