spring-cloud-dataflow-ui
spring-cloud-dataflow-ui copied to clipboard
Error parsing Spel Expression
I hit an issue preparing a demo using Sabby’s SpringOne2020 workshop with the truck monitoring app. Long story, I hit a bug with the KStreams processor so tried using a simple Filter processor --expression=payload.internalTemperature>105 instead. This fails using the dashboard (I didn’t try with the shell). The DSL editor will not accept the expression, bare. If I use single or double quotes, it gets farther but results in a parse error during deploy . Seems to be some confusion parsing a property that contains >. Maybe < as well.