Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-17704

camel-netty-starter - Unable to set camel.component.netty.decoders

    XMLWordPrintableJSON

Details

    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

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            vincenzo.galluccio Vincenzo Galluccio
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: