and the stream never succeeds to deploy ( as I obviously don't have anything deployed locally to the stream app on that port)
Also I can't find any reference to this in the getting started guide for deploying SCDF to cloud foundry - am I missing something here and can someone point me in the correct direction?
Reading through the documentation at http://docs.spring.io/spring-cloud-dataflow-server-cloudfoundry/docs/1.7.4.RELEASE/reference/htmlsingle/#_zookeeper it states that zookeeper isn't used in the new architecture, however when I deploy a stream through my SCDF deployed on OSS CF, in the logs for the stream components, it is stating
INFO 20 --- [ main] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181
and the stream never succeeds to deploy ( as I obviously don't have anything deployed locally to the stream app on that port)
Also I can't find any reference to this in the getting started guide for deploying SCDF to cloud foundry - am I missing something here and can someone point me in the correct direction?
Thanks.