[BUG] `bindingMode: off` is converted to `bindingMode: false`
apupier opened this issue · 0 comments
apupier commented
Describe the bug
in rest configuration, bindingMode: off
is converted to bindingMode: false
To Reproduce
Steps to reproduce the behavior:
- Go to source editor
- provide restconfiguration
- restConfiguration:
bindingMode: off
hostNameResolver: allLocalIp
- Sync code
Expected behavior
A clear and concise description of what you expected to happen.
Logs
If applicable, add logs to help explain your problem.
Environment (please complete the following information):
- Kaoto Version 1.3.0
Additional context
given that off is the default value, removing the attribute completely is a workaround