Metrics through Prometheus actuator endpoint

2020-06-09 Thread Espen Andreassen
We are building our applications using Spring Boot + Camel, and Prometheus for collecting metrics. Previously we used s2i, which gave us an extensive set of metrics as a configured JMX exporter is included. Most useful to us are metrics on completed, failed and inflight exchanges. We decided to

Help for my bachelor thesis

2020-06-09 Thread Dennis Busche
Hello, i am trying to read a csv file into camel. The first line is a header and the rest is the body with data in it. I want to process and evaluate the data to a List. From this list I want to make java objects to do some mapping and calculations. After that I want to send a new csv file to anot

Re: Help for my bachelor thesis

2020-06-09 Thread Kurt Stam
Hi Dennis, Try to reduce the complexity of your task at hand. Try to break it down in smaller pieces and try to make to work. Try to make an example work and then slowly modify the example. Here is maybe something to get you started: https://stackoverflow.com/questions/8122748/best-strategy-fo

Re: Help for my bachelor thesis

2020-06-09 Thread John F. Berry
Greetings Dennis,  No worries, your English is coming across fine. I've been in your shoes (still.. to be honest). Trying to understand Camel can seem like trying to drink from a firehose. What is it that you "don't get", exactly?  Is it a part of your development as you make it? the book? or Ca

[ANNOUNCEMENT] Apache Camel K 1.0.0 released

2020-06-09 Thread Nicola Ferraro
The Camel community announces the immediate availability of Apache Camel K 1.0.0 and related Camel K Runtime 1.3.0. This is the first GA release of Camel K, with several improvements and bug fixes that you can find in the release notes[1]. The artifacts are published and ready for you to download

Re: [ANNOUNCEMENT] Apache Camel K 1.0.0 released

2020-06-09 Thread Kurt Stam
Very exciting to see this! Congratulations! —Kurt > On Jun 9, 2020, at 16:13, Nicola Ferraro wrote: > > The Camel community announces the immediate availability of Apache > Camel K 1.0.0 and > related Camel K Runtime 1.3.0. This is the first GA release of Camel K, > with several improvements an

Re: hash (pound sign) notation in Camel 3.x

2020-06-09 Thread Jeremy Ross
See this FAQ entry for more info: https://camel.apache.org/manual/latest/faq/how-do-i-configure-endpoints.html#HowdoIconfigureendpoints-ReferringbeansfromEndpointURIs On Mon, Jun 8, 2020 at 3:06 AM Vojtech Fried wrote: > Thanks. Works perfectly. > > > From: Claus