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

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

I don't want to remove the header configuration, it is pretty nice but i want 
to be able to do it with uri (as almost all camel components). However i find 
it simpler to configure the operation in the uri and it is more "sexy" and 
consitent with camel IMHO.

For the id i don't say it is necessary but it is more consistent and imagine 
you load almost constants datas (currencies for example), you know the id and 
you can hard code (almost ;)) it in your route.



> 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