You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Raymond (Jira)" <ji...@apache.org> on 2022/11/16 08:23:00 UTC

[jira] [Updated] (CAMEL-18724) Add defaults for options for the Throttle EIP in the documentation

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

Raymond updated CAMEL-18724:
----------------------------
    Description: 
In the documentation of the throttle EIP:

[https://camel.apache.org/components/next/eips/throttle-eip.html]

There are several Boolean options like:

**
 * *asyncDelayed*
 * *rejectExecution*
 * {*}disabled{*}{*}{{*}}

According to the documentation, they don't have default options, but every optional value has one:
 * *asyncDelayed (Default=true)*
 * *rejectExecution (Default=false)*
 * *disabled (Default=false)*
**


See: [https://github.com/apache/camel/blob/main/core/camel-core-model/src/generated/resources/org/apache/camel/model/throttle.json]

Maybe clearer to add them

  was:
In the documentation of the throttle EIP:

[https://camel.apache.org/components/next/eips/throttle-eip.html]

There are several Boolean options like:

**
 * *asyncDelayed*
 * *rejectExecution*
 * {*}disabled{*}{*}{*}


According to the documentation, they don't have default options, but every optional value has one:






 


> Add defaults for options  for the Throttle EIP in the documentation
> -------------------------------------------------------------------
>
>                 Key: CAMEL-18724
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18724
>             Project: Camel
>          Issue Type: Improvement
>          Components: documentation, eip
>    Affects Versions: 3.19.0
>            Reporter: Raymond
>            Priority: Trivial
>             Fix For: 3.20.0
>
>
> In the documentation of the throttle EIP:
> [https://camel.apache.org/components/next/eips/throttle-eip.html]
> There are several Boolean options like:
> **
>  * *asyncDelayed*
>  * *rejectExecution*
>  * {*}disabled{*}{*}{{*}}
> According to the documentation, they don't have default options, but every optional value has one:
>  * *asyncDelayed (Default=true)*
>  * *rejectExecution (Default=false)*
>  * *disabled (Default=false)*
> **
> See: [https://github.com/apache/camel/blob/main/core/camel-core-model/src/generated/resources/org/apache/camel/model/throttle.json]
> Maybe clearer to add them



--
This message was sent by Atlassian Jira
(v8.20.10#820010)