[
https://issues.apache.org/jira/browse/CAMEL-23097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-23097:
--------------------------------
Fix Version/s: 4.19.0
> Sample Eip: default value is not set via ProcessorDefinitiion
> -------------------------------------------------------------
>
> Key: CAMEL-23097
> URL: https://issues.apache.org/jira/browse/CAMEL-23097
> Project: Camel
> Issue Type: Task
> Components: eip
> Affects Versions: 4.19.0
> Reporter: Jiri Ondrusek
> Assignee: Jiri Ondrusek
> Priority: Minor
> Fix For: 4.19.0
>
>
> With the fix of https://issues.apache.org/jira/browse/CAMEL-23017, the
> default value of sample is lost.
> Route:
> {code:java}
> from("direct:sample")
> .sample()
> .to("mock:sample"); {code}
> defaults to sample 1 request per 0 milliseconds.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)