orpiske commented on code in PR #13037:
URL: https://github.com/apache/camel/pull/13037#discussion_r1481326892


##########
dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/ThrottleTest.groovy:
##########
@@ -53,7 +55,9 @@ class ThrottleTest extends YamlTestSupport {
                           - throttle: 
                               expression: 
                                 constant: "5"
-                              executor-service: "myExecutor"
+                              throttlerConfig:
+                                totalRequestsConfig:
+                                   executor-service: "myExecutor"

Review Comment:
   I believe these changes should give an idea of the impacts on the YAML code 
for the throttler (c/c @oscerd, @davsclaus, @jono-morris). 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to