RE: Route templates: How to set custom route id

2021-04-26 Thread Klug Andreas (CI/OSI3)
2021 at 9:51 AM Klug Andreas (CI/OSI3) wrote: > Hello Luca, > > I tried that, but unfortunately without success... > > I'm not sure, but I guess the relevant code part is in > BaseMainSupport.java ( > https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2

RE: Route templates: How to set custom route id

2021-04-26 Thread Klug Andreas (CI/OSI3)
@camel.apache.org > Subject: Re: Route templates: How to set custom route id > > The signature for the method addRouteFromTemplate is: > > String addRouteFromTemplate(String routeId, String > routeTemplateId, Map< String, Object> parameters) throws Exception; > > And

RE: Route templates: How to set custom route id

2021-04-23 Thread Klug Andreas (CI/OSI3)
o generated one will be used --- Luca Burgazzoli On Fri, Apr 23, 2021 at 5:26 PM Klug Andreas (CI/OSI3) wrote: > Hello community, > > It might be a stupid question, but, for Camel 3.7.3, how do I set the > route id for routes being created from route templates? > The route te

Route templates: How to set custom route id

2021-04-23 Thread Klug Andreas (CI/OSI3)
Hello community, It might be a stupid question, but, for Camel 3.7.3, how do I set the route id for routes being created from route templates? The route templates are working fine, routes are getting created with route ids 0, 1, 2, and so on …, but e. g. for logging or monitoring purposes it’s v

RE: KafkaComponent: Authentication failed

2020-03-25 Thread Klug Andreas (CI/OSI3)
org Subject: Re: KafkaComponent: Authentication failed Hey Andreas, Could it be possible you're trying to use TLS over a PLAINTEXT broker? I can see your broker is running PLAINTEXT default port (9092), while typically the SSL is run over 9093. Cheers, Pasquale. On Tue, Mar 24, 2020 at 11:23

KafkaComponent: Authentication failed

2020-03-24 Thread Klug Andreas (CI/OSI3)
Hello everybody, I'm facing an issue with Camel 2.25.0 and Spring Boot 2.2.5 (as well with Camel 2.22.1 with Spring Boot 2.0.7) running on OpenJDK 8u242 within Docker (Azure container instances). Utilizing the Kafka component I'm producing messages with the following statement .recipi