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 2016/01/19 11:44:39 UTC

[jira] [Commented] (CAMEL-9520) DdbStreamConsumer should inherit ?pollStrategy from DdbStreamEndpoint

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

Claus Ibsen commented on CAMEL-9520:
------------------------------------

Yeah you need to call configureConsumer. I am fixing this.

> DdbStreamConsumer should inherit ?pollStrategy from DdbStreamEndpoint
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-9520
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9520
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-aws
>            Reporter: Rachel Evans
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.17.0
>
>
> I would like to be able to define my own PollingConsumerPollStrategy for a DdbStream.
> I can add ?pollStrategy=#myStrategy to the URI of the endpoint, and that does indeed define it correctly on the endpoint (as shown by endpoint.getPollStrategy()).
> However the poll strategy is not copied across to the consumer (consumer.getPollStrategy() shows the DefaultPollingConsumerPollStrategy, not my custom one).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)