Croway commented on PR #14296: URL: https://github.com/apache/camel/pull/14296#issuecomment-2144519377
> For multiple parameters, then Camel has support for this with multiValue options. This may be a nicer approach as you can then just do > > parameter.foo=123¶meter.bar=true parameterType.foo=integer¶meterType.bar=boolean > > The type could maybe also be defined in the value itself > > parameter.foo=integer:123¶meter.bar=boolean:true Oh nice, I'll add multiValued options, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
