Re: Camel 3.0.0 Failed to start route route because of Multiple consumers for the same endpoint is not allowed

2020-03-24 Thread Ranabroto Ghosh
Hi Aymen, For me issue was with using multiple camel context. Define your rest end points using rest dsl in the same camel context where you have your camel routes. So this is not a bug thus womt be resolved. On Tue, 24 Mar 2020, 20:04 Aymen Furter, wrote: > Hi, > > I am having this exact

Re: Camel 3.0.0 Failed to start route route because of Multiple consumers for the same endpoint is not allowed

2020-03-24 Thread Aymen Furter
Hi, I am having this exact behavior on Camel 3.1.0. @Ranabroto Ghosh: Did moving to 3.1.0 fix this issue for you? Cheers Aymen Am Do., 12. März 2020 um 14:52 Uhr schrieb Claus Ibsen < claus.ib...@gmail.com>: > Try with Camel 3.1.0 > > On Thu, Mar 12, 2020 at 2:25 PM Ranabroto Ghosh > wrote:

Re: KafkaComponent: Authentication failed

2020-03-24 Thread Pasquale Congiusti
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 AM Klug Andreas (CI/OSI3) wrote: > Hello everybody,

Re: rest-swagger. Request swagger spec with auth by http

2020-03-24 Thread Mikhail Lukyanov
Thank you, Zoran. I understand auth doesn't need in this case. Can you answer another question? Is rest-swagger component supports only JSON swagger spec and doesn't support YAML? пн, 23 мар. 2020 г. в 13:57, Zoran Regvart : > Hi Mikhail, > I must say that that's a very strange requirement.

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