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

Romain Manni-Bucau commented on CAMEL-4015:
-------------------------------------------

i don't understand your example you separated the operations so you could set 
it in the uri. I know it is nice to override it using headers and it can be 
useful f course but or me it si not the default case.

For the id i'm agree excepted it is possible to pre-load things and have 
constant ids (string often).

So i still think this issue should be solved.

> camel hazelcast uri format
> --------------------------
>
>                 Key: CAMEL-4015
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4015
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-hazelcast
>            Reporter: Romain Manni-Bucau
>            Priority: Trivial
>
> It could be nice to be able to specify type operation (and maybe the key for 
> map) in the uri instead of headers:
> from("hazelcast:map:foo?operation=get&id=myStringId").to("log:display");

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to