You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/03 07:46:00 UTC

[jira] [Commented] (CAMEL-16624) camel-salesforce - Replace Map Options with Multivalue

    [ https://issues.apache.org/jira/browse/CAMEL-16624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17599835#comment-17599835 ] 

Claus Ibsen commented on CAMEL-16624:
-------------------------------------

Ah you mean

apexQuery.key1=blah&apexQuery.key2=yada&apexQuery.key3=123

Which then can be extracted into a map by the component (like some other component do)

> camel-salesforce - Replace Map Options with Multivalue
> ------------------------------------------------------
>
>                 Key: CAMEL-16624
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16624
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-salesforce
>    Affects Versions: 3.9.0
>            Reporter: Hemang Ajmera
>            Priority: Minor
>
> We should replace Map with Multi Value, so that they can be initialized in URI sting.
>  
> Please refer to [https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/set.20Map.20option/near/239077029] for details
>  
> The Map options in Salesforce Component are
>  # apexQueryParams
>  # initialReplayIdMap
>  
> If there is quick way to find all the options in other component which is Map, then this Jira can be extended to convert them all.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)