Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.14.1
-
None
Description
When using camel-netty-starter, and I'm having issues with camel.component.netty.decoders property. I get the following error:
Failed to bind properties under 'camel.component.netty.decoders' to java.util.List<io.netty.channel.ChannelHandler>: No converter found capable of converting from type [java.lang.String] to type [java.util.List<io.netty.channel.ChannelHandler>]
This is how I set the property:
camel.component.netty.decoders=#myDecoder
When I use the decoders query parameter it works fine:
netty:tcp://localhost:9999?decoders=#myDecoder
PS: I assume the issue also affects camel.component.netty.encoders property