camunda / camunda-quarkus-k8n-example

Entire source code of the blog post "Camunda Platform: Deploy a Process to Kubernetes with Quarkus"
Apache License 2.0
1 stars 1 forks source link

will Camunda in Quarkus support UI, rest api and multiple pods #1

Open Premfer opened 2 years ago

Premfer commented 2 years ago

Hi,

I am starting to analyse is it ok to run camunda in spring boot or quarkus. But I have certain doubts can you help me with them.

  1. will camunda ui be rendered here
  2. will camundas rest apis work the same way as in spring boot
  3. also since it is cloud native will it support multiple scaling because in spring boot session does not allow us to be logged in.
tasso94 commented 2 years ago

Hi @Premfer,

Right now, the Camunda Platform 7 Quarkus integration doesn't provide support for the Webapps or REST API.

What do you mean by "support multiple scaling"?

Best, Tassilo

Premfer commented 2 years ago

Hi @tasso94,

Thanks for the reply.

By multiple scaling I mean increasing the replicas to 2 in deployment file where two pods will be created but we cannot login due to session management in camunda in spring boot.

Thanks, Deva