Closed MuckingaFazing closed 4 years ago
I'd suggest looking at the approach that we use in the DataFlowIT
infrastructure to connect to either the locally running SCDF or remote.
I'd recommend to provide us a little sample project to show this errors. It's unclear if what you're trying to do is happening with tests or if you're trying to do something with a real application.
Currently it's true that DataFlowTemplate
will throw this exception if it's not configured with a correct endpoint. We have this constructed from auto-configuration but as you don't show a full code it's impossible to comment any further what your code does.
Closing due to no activity.
Description: When trying to connect to a remote host running Spring Cloud DataFlow with Java, it always redirects to localhost:9393
See code snipped we use below:
Release versions: I have the following in my POM:
Error log below