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)