davesargrad opened a new issue #1196: Performance Question On Camel-K
URL: https://github.com/apache/camel-k/issues/1196
 
 
   We are looking at a system where we will need to run hundreds, perhaps even 
thousands, of camel-k integrations. I am trying to understand the overhead 
associated with a single camel-k integration.
   
   I'm assuming that 100 integrations would result in 100 instances of a 
camel-k based pod. This means each pod would require a single JVM, hence 100 
JVM instances.
   
   I could envision an alternative architectural approach that would perform 
the same 100 functions in a single pod, as long as that pod is running all 100 
routes.
   
   Is it possible to create an integration that implements N routes, rather 
than a single route per integration?
   
   Can you please help us to understand the way to most efficiently architect a 
camel-k based solution that must perform the equivalent of 100's or 1000's of 
routes? 
   
   What are some of the things that you can offer us relative to helping us 
come up with an appropriate performance focused camel-k based architecture? 
   
   I'm interested in understanding how to architect the system to find the 
right architectural balance with a focus on vCPU and RAM resources.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to