[
https://issues.apache.org/jira/browse/CAMEL-5961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862732#comment-13862732
]
Willem Jiang commented on CAMEL-5961:
-------------------------------------
I like the way you use Metric to monitor the Exchange states, we can create a
new component for it.
If you want to work with Dropwizard, you can take a look at the
[camel-restlet|http://camel.apache.org/restlet.html] or
[camel-cxfrs|http://camel.apache.org/cxfrs.html], these component just route
the REST request to the Camel router and Camel doesn't care if you uses Spring
or Guice to do the DI work.
> camel-dropwizard component
> --------------------------
>
> Key: CAMEL-5961
> URL: https://issues.apache.org/jira/browse/CAMEL-5961
> Project: Camel
> Issue Type: New Feature
> Affects Versions: 2.10.3
> Reporter: Ramkumar KB
> Fix For: Future
>
>
> It would great to have a camel-dropwizard component. The details on
> dropwizard can be found here:
> * http://dropwizard.codahale.com/
> * Github: https://github.com/codahale/dropwizard
> Since Dropwizard works off a standard JVM (w/o the need of an app-server) and
> same holds good for Camel, a camel-dropwizard integration would make
> AppServer reduntant for serving RESTful webservices with Enterprise
> Integration (Dropwizard internally uses a highly tuned variant of Jetty for
> HTTP).
> Even a camel with Metrics could be a good idea to collect JVM metrics about
> different routes. https://github.com/codahale/metrics
> Any thoughts or comments?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)