spring-attic / spring-cloud-dataflow-server-cloudfoundry

Spring Cloud Data Flow Implementation for Cloud Foundry
http://cloud.spring.io/spring-cloud-dataflow-server-cloudfoundry/
Apache License 2.0
21 stars 42 forks source link

Deploying a stream looks for zookeeper #477

Closed robdickens closed 5 years ago

robdickens commented 5 years ago

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.

robdickens commented 5 years ago

Never mind - hadn't appreciated it was the actual source / sink apps which required kafka