Suspending a Kafka Component Consumer

2020-02-18 Thread Darius Cooper
If I suspend a route that is consuming from Kafka, does it stop polling Kafka, causing Kafka to attempt to re-balance to other potential consumers?

Re: Where is documentation on camel-report-maven-plugin?

2020-02-18 Thread Andrea Cosentino
We added it to the website https://camel.apache.org/manual/latest/camel-report-maven-plugin.html Il giorno mar 18 feb 2020 alle ore 15:20 Mikael Andersson Wigander < mikael.grevs...@gmail.com> ha scritto: > Checked the source and it looks for .xml and/or .java, so No, I guess > > :) > > M > > >

Re: Camel 3 pom for JVM 1.8

2020-02-18 Thread Mikael Andersson Wigander
Thx, makes sense Regards M > On 18 Feb 2020, at 15:49, Andrea Cosentino wrote: > > That's normal. If you use a starter you'll get that dependencies as > transitive deps. > > This is clear if you run a dependency:tree on your camel-sql-starter. > > That statement applies on plain camel. In

Re: Camel 3 pom for JVM 1.8

2020-02-18 Thread Andrea Cosentino
That's normal. If you use a starter you'll get that dependencies as transitive deps. This is clear if you run a dependency:tree on your camel-sql-starter. That statement applies on plain camel. In the spring-boot context is a bit different. Il giorno mar 18 feb 2020 alle ore 15:45 Mikael

Re: Camel 3 pom for JVM 1.8

2020-02-18 Thread Mikael Andersson Wigander
Well I just read the migration guide and thought the use of the “modular” approach was to end up with a smaller build including ONLY those I specifically included. > Maven users of Apache Camel can keep using the dependency camel-core which > has transitive dependencies on all of its modules,

R: Camel 3 pom for JVM 1.8

2020-02-18 Thread Giovanni Condello
Hi Mikael, You can technically exclude any dependencies you want via maven but to be honest I don't see the point and you may end up creating more issues for users of your library (?). camel-core, camel-main are there because they are compile-time deps of e.g. camel-sql Can you explain

Camel 3 pom for JVM 1.8

2020-02-18 Thread Mikael Andersson Wigander
Hi My pom includes a dependencyManagement statement for camel (3.0.1) org.apache.camel.springboot camel-spring-boot-dependencies ${camel.version} pom import and then these dependencies org.apache.camel.springboot camel-quartz-starter

Re: Where is documentation on camel-report-maven-plugin?

2020-02-18 Thread Mikael Andersson Wigander
Checked the source and it looks for .xml and/or .java, so No, I guess :) M > On 18 Feb 2020, at 15:13, Mikael Andersson Wigander > wrote: > > Will this plugin work if all code is in Kotlin? > > M > >> On 18 Feb 2020, at 15:09, Andrea Cosentino wrote: >> >> We need to add this adoc to the

Re: Where is documentation on camel-report-maven-plugin?

2020-02-18 Thread Mikael Andersson Wigander
Will this plugin work if all code is in Kotlin? M > On 18 Feb 2020, at 15:09, Andrea Cosentino wrote: > > We need to add this adoc to the documentation I believe. > > Il giorno mar 18 feb 2020 alle ore 15:09 Andrea Cosentino > ha scritto: > >> For the moment you can have a look here: >> >>

Re: Where is documentation on camel-report-maven-plugin?

2020-02-18 Thread Andrea Cosentino
We need to add this adoc to the documentation I believe. Il giorno mar 18 feb 2020 alle ore 15:09 Andrea Cosentino ha scritto: > For the moment you can have a look here: > > >

Re: Where is documentation on camel-report-maven-plugin?

2020-02-18 Thread Andrea Cosentino
For the moment you can have a look here: https://github.com/apache/camel/blob/master/catalog/camel-report-maven-plugin/src/main/docs/camel-report-maven-plugin.adoc Il giorno mar 18 feb 2020 alle ore 15:02 Mikael Andersson Wigander < mikael.grevs...@gmail.com> ha scritto: > Hi > > >

Where is documentation on camel-report-maven-plugin?

2020-02-18 Thread Mikael Andersson Wigander
Hi https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_migrating_camel_maven_plugins states a camel-report-maven-plugin but no links or no hits when googling. Where can I find