Re: Camel-K -question on multiple controllers and thread behavior

2023-06-26 Thread Pasquale Congiusti
Hello, not at all, I think it's a very interesting question. So, you're right, the operator is running multiple threads, one per controller. However, the level of concurrency is not directly defined by Camel K or Golang, but, by the framework we use, which is the Operator Framework. There is the po

Camel-K -question on multiple controllers and thread behavior

2023-06-26 Thread Christoph Weiss
I am new to the Go language – thus following question might be stupid (but I hope not … 😉); The Camel-K Operator includes multiple controllers. Further my assumption is that the Operator itself runs multiple threads and can execute the controllers in parallel. Is this understanding correct? An