Processor App in Spring Boot 2.2.4/Hoxton.SR1 not working in Spring Cloud Data Flow 2.4.1
问题 I am trying to develop a new application to work on SCDF 2.4.1 and Skipper 2.3.1 I took the samples from https://github.com/sabbyanandan/stream-programming-models I built them locally. Downloaded the docker compose for SCDF kafka, set the Versions and mount my repo and start my docker compose. When I deploy the "function" module and create a simple stream http | customUpper | log I see the sample working fine and able to see log output as expected. When I modify the function stream app, to