You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claudio Corsi (JIRA)" <ji...@apache.org> on 2012/09/07 23:18:07 UTC

[jira] [Updated] (CAMEL-5581) Add an ExchangeStrategy to the HBase Component.

     [ https://issues.apache.org/jira/browse/CAMEL-5581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claudio Corsi updated CAMEL-5581:
---------------------------------

    Attachment: hbase-exchange-strategy.patch

Here is the patch the includes the addition of the ExchangeStrategy.

It does not extend the CellMappingStrategy such that users that have implemented this strategy will not be affected. 

It creates a new ExchangeStrategy interface that includes a DefaultExchangeStrategy that users can extend from.

                
> Add an ExchangeStrategy to the HBase Component.
> -----------------------------------------------
>
>                 Key: CAMEL-5581
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5581
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-hbase
>    Affects Versions: 2.10.1, 2.11.0
>            Reporter: Claudio Corsi
>            Priority: Minor
>             Fix For: 2.11.0, 2.10.2
>
>         Attachments: hbase-exchange-strategy.patch
>
>
> The current hbase component does not provide the ability to forward of the exchange information except for the associated hbase data.  
> This improvement adds the concept of an ExchangeStrategy that users can extend and allow them to include information from the current exchange in-coming message to the out-going message.
> I have a default implementation that does nothing that can be extended by a user.  This default implementation can be extended in the future such that users will then not be required to add missing methods.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira