0
votes

When attempting to create a new stream in the data flow server or shell there are no options/properties being shown. Similar output below from shell. I've also include the logs from the SCDF server - https://gist.githubusercontent.com/pbarriscale/d88802c7b96316636d3db441f3a7633c/raw/00f338bee957aa26c4ac621d95a680f67d24f982/scdf.log

I can deploy and launch a simple timestamp task app which runs successfully.

I've following the instructions as outlined at http://docs.spring.io/spring-cloud-dataflow-server-kubernetes/docs/current-SNAPSHOT/reference/htmlsingle/#_getting_started

Used Bulk Import Applications on the SCDF UI and selected Docker based Stream Applications with Kafka Binder and Docker based Task Applications.

My system info.

CoreOS stable (1185.3.0) Docker 1.11.2 Kubernetes v1.3.7 3 Kubernetes nodes

Thanks

dataflow:>app info --id source:twitterstream
Information about source application 'twitterstream':
Resource URI: docker:springcloudstream/twitterstream-source-kafka:1.0.2.RELEASE
╔══════════════════════════════╤══════════════════════════════╤══════════════════════════════╤══════════════════════════════╗
║         Option Name          │         Description          │           Default            │             Type             ║
╚══════════════════════════════╧══════════════════════════════╧══════════════════════════════╧══════════════════════════════╝
1

1 Answers

0
votes

The application metadata retrieval for docker based applications is yet to be supported. This is being tracked here