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
@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
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
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
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
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