Arguments are not always parsed as strings
svetob opened this issue · 1 comments
svetob commented
Numbers in arguments (e.g. TTL) may be parsed as Int from the YAML, but fetched from RabbitMQ as doubles, causing comparisons between them to fail.
Let's try parsing everything as strings and see if that fixes the issue.
svetob commented
This seems resolved since the switch to Kotlin. If we encounter a specific issue again we will make a defect for that.