[
https://issues.apache.org/jira/browse/CAMEL-16299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Otavio Rodolfo Piske resolved CAMEL-16299.
------------------------------------------
Resolution: Fixed
Fixed with: https://github.com/apache/camel/pull/5195
> Test infra: allow greater service configuration
> -----------------------------------------------
>
> Key: CAMEL-16299
> URL: https://issues.apache.org/jira/browse/CAMEL-16299
> Project: Camel
> Issue Type: Task
> Reporter: Otavio Rodolfo Piske
> Assignee: Otavio Rodolfo Piske
> Priority: Major
> Fix For: 3.9.0
>
>
> In some cases, it would be good for the client code to fine tune the service
> configuration. Currently, this is one on a per service basis, but a more
> elegant solution would be desirable.
>
> One idea would be to allow the services to be customized using something like:
>
>
> {code:java}
> MyServiceFactory
> .withCustomConfig(<here we pass a configuration object>)
> .createService();
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)