From the point of view of our architectural team, standalone version of camunda suits better for our system but I also want to learn more about pros and cons of standalone version and spring boot embedded version. With standalone version there are some problems that I am struggling in solving like timeout setting problem with http-connector, getting task list with task variables together with one rest call etc. I really want to learn what will I miss I continue with standalone version instead of spring boot embedded version and vice versa. I hope that someone will help me
Thanks for your reply. It was very helpful. We will reevaluate our architectural decisions with respect to your post.
I also want to ask one thing. If we choose to continue with camunda tomcat distribution, what is the best-practice to handle timeout setting problem with http-connector? One solution maybe creating wrapper services handling timeout itself and calling this wrapper service with http-connector, but this will result in more development effort.