I trying to manage my streams on spring cloud data flow with skipper server.
I followed the instruction here:
The app registration and stream definition/deployment goes quite well, but after I undeploy the deployed stream, I can't see any stream on the dashboard any more. The dashboard shows an error instead:
Could not parse Skipper Platform Status JSON:null
I have to restart the scdf server and skipper server in order to see my stream definition again. The version of the components are:
- scdf local server: 1.6.0.RELEASE
- skipper server: 1.0.8.RELEASE
- metrics collector: kafka-10-1.0.0.RELEASE
Some operation details:
- I registered my app using scdf shell in skipper mode.
- I defined and depolyed my stream on the scdf dashboard. I undeployed the stream via the stop button on the dashboard, too.
How should I solve this problem?