I've deployed spring-cloud-dataflow with Docker. These are the used containers:
- springcloud/spring-cloud-dataflow-server-local:1.7.0.RELEASE
- wurstmeister/zookeeper
- wurstmeister/kafka:1.1.0
[other containers not involved in the issue ...]
Documentation consulted:
https://docs.spring.io/spring-cloud-dataflow/docs/1.7.0.RELEASE/reference/htmlsingle/
I am trying to create a stream in which i need to store the payload to use it later.
http | groovy-transform | httpclient_get: httpclient | httpclient_post: httpclient | log
There is some way to solve this need?