[
https://issues.apache.org/jira/browse/CAMEL-5539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13961392#comment-13961392
]
Gregor Zurowski commented on CAMEL-5539:
----------------------------------------
@[~bibryam]: There are still problems building the project:
==================================
[...]
[INFO] --- scala-maven-plugin:3.1.6:compile (default) @ camel-scala ---
[INFO] C:\var\git\forks\camel\components\camel-scala\src\main\scala:-1: info: co
mpiling
[INFO] Compiling 43 source files to C:\var\git\forks\camel\components\camel-scal
a\target\classes at 1396785664444
[ERROR] C:\var\git\forks\camel\components\camel-scala\src\main\scala\org\apache\
camel\scala\dsl\SLoadBalanceDefinition.scala:29: error: not found: value classes
b
[ERROR] = wrap(target.circuitBreaker(threshold, halfOpenAfter, classesb: _*))
[ERROR] ^
[ERROR] one error found
[...]
==================================
See the full build output in the attachment:
https://issues.apache.org/jira/secure/attachment/12638908/CAMEL-5539-output-82ef800.txt
> Circuit Breaker EIP
> -------------------
>
> Key: CAMEL-5539
> URL: https://issues.apache.org/jira/browse/CAMEL-5539
> Project: Camel
> Issue Type: New Feature
> Components: camel-core, eip
> Reporter: Claus Ibsen
> Assignee: Raúl Kripalani
> Fix For: Future
>
> Attachments: CAMEL-5539-output-82ef800.txt, CAMEL-5539-output.txt
>
>
> Look at add the circuit breaker EIP to the Camel DSL.
> http://davybrion.com/blog/2008/05/the-circuit-breaker/
> Would need some thoughts for that though. Either as an explicit in the DSL.
> Or as a interceptor for sending to an endpoint. As explicit its a kind to the
> load balancer (in fact it may be extended upon that). Either the LB selects
> the intended target, or it select the breaker, which rejects executing the
> message.
--
This message was sent by Atlassian JIRA
(v6.2#6252)