You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: