You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Rachel Evans (JIRA)" <ji...@apache.org> on 2016/01/18 18:23:40 UTC

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

Rachel Evans created CAMEL-9520:
-----------------------------------

             Summary: 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
            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)