Re: Introducing K-car: a microservice framework for Camel

2021-01-12 Thread Shultz, Dmitry
, Dmitry From: David Holiday Sent: 12 January 2021 10:02 To: Romain Manni-Bucau Cc: users@camel.apache.org Subject: Re: Introducing K-car: a microservice framework for Camel Hi Ramain Thanks for giving the thing a look! In response to your question: while

Re: Introducing K-car: a microservice framework for Camel

2021-01-12 Thread David Holiday
Hi Ramain Thanks for giving the thing a look! In response to your question: while personally I prefer not to use Spring or CDI there's nothing in K-car that pushes you one way or the other. The service chassis in the MVP (the ready-bake thing you instance and add Routes to via properties file) is

Re: Introducing K-car: a microservice framework for Camel

2021-01-12 Thread Romain Manni-Bucau
Hi David, Did read the readme and browsed (too quickly this is why i asked) the code but i'm not sure currently what I get compared to camel+cdi/openwebbeans stack which looks as simple/customizable/flexible and opens the door to k8s native integrations (from healthchecks, metrics, tracing to nati

Introducing K-car: a microservice framework for Camel

2021-01-12 Thread David Holiday
Hello fellow Camel riders! I made a thing for Camel that makes it dead simple for teams to quickly build and deploy prod-ready microservices. The MVP can be found on github . I'm posting here to ask for your thoughts on what works, what doesn't, and whether or