[
https://issues.apache.org/jira/browse/CAMEL-13500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838013#comment-16838013
]
Claus Ibsen commented on CAMEL-13500:
-------------------------------------
Okay you can now configure this in similar way as with spring boot, eg
https://github.com/apache/camel/blob/master/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc#spring-boot-auto-configuration
camel.component.netty4-http.configuration.max-header-size=1234
> Component configuration - Allow to use dot to refer to nested options
> ---------------------------------------------------------------------
>
> Key: CAMEL-13500
> URL: https://issues.apache.org/jira/browse/CAMEL-13500
> Project: Camel
> Issue Type: Task
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.0.0, 3.0.0-M3
>
>
> For example some Camel components has nested options like camel-netty4 which
> has a NettyConfiguration class.
> So when you want to set some of its options you cannot easily do this via
> component configuration. We have some special support for spring boot that
> generated these nested options, but its also needed for other use-cases such
> as the Camel Main and just in general.
> For example with SB we can do
> camel.component.netty4-http.configuration.max-header-size
> We should add support for doing this via Camel Main and in general also
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)