After creating stream in Spring XD using the below command
*stream create foo --definition "jdbc --fixedDelay=1 --split=1 --url=jdbc:mysql://localhost:3306/test --query='select * from test_tutorials_tbl'|log" --deploy*
we have got the status as 'Created and deployed new stream 'foo'.
But when I checked with the stream list command, the status seems to be failed and no data. This is not with the case with MySql database alone but with a command like
'stream create --name stocks --definition "http --port=9090 | gemfire-json-server --regionName=Customers --keyExpression=payload.getField('lastname')" --deploy'
is too failing.
Could any one please help us as this work is very much critical.