[
https://issues.apache.org/jira/browse/CAMEL-6840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16506937#comment-16506937
]
ASF GitHub Bot commented on CAMEL-6840:
---------------------------------------
davsclaus commented on a change in pull request #2366: CAMEL-6840 make it
possible grouped throttling
URL: https://github.com/apache/camel/pull/2366#discussion_r194224813
##########
File path:
camel-core/src/main/java/org/apache/camel/model/ThrottleDefinition.java
##########
@@ -55,14 +56,28 @@
private Boolean callerRunsWhenRejected;
@XmlAttribute
private Boolean rejectExecution;
-
+ @XmlElement(name = "correlationExpression")
+ private ExpressionSubElementDefinition correlationExpression;
Review comment:
I would move this up as the correlation expression before the XmlAttribute's
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Allow Throttler EIP to specify SLA per client/correlated-group
> --------------------------------------------------------------
>
> Key: CAMEL-6840
> URL: https://issues.apache.org/jira/browse/CAMEL-6840
> Project: Camel
> Issue Type: New Feature
> Components: camel-core, eip
> Reporter: Christian Posta
> Priority: Major
> Fix For: Future
>
>
> Basic idea is to allow throttler to have a predicate to determine whether or
> not to apply throttling to that exchange.
> From this Mailing List discussion:
> http://camel.465427.n5.nabble.com/Throttling-by-client-ID-td5741032.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)