quarkiverse / quarkus-temporal

Temporal (https://temporal.io/) is a developer-first, open source platform that ensures the successful execution of services and applications.
https://docs.quarkiverse.io/quarkus-temporal/dev
Apache License 2.0
11 stars 2 forks source link

DevService: Start Temporal stack #17

Open melloware opened 3 months ago

melloware commented 3 months ago

Basically start a Dev Service stack using someting like that docker compose stack:

https://github.com/temporalio/docker-compose

This will give it a true Quarkus feel.

ggrebert commented 3 months ago

👍 could be nice !

melloware commented 3 months ago

@ggrebert any help would be appreciated! Thank you so much for the GRPC fix!

ggrebert commented 3 months ago

with pleasure. and thank you for Quakus Insight ❤️

For the docker-compose, the default one seems to be too large (pg + elasticsearch + temporal)

What to you think about the MySQL one?

melloware commented 3 months ago

I am OK with whatever one works. I didn't know if we would have to turn that Docker Compose into a single container on DockerHub to make it work with TestContainers?

ggrebert commented 3 months ago

We should:

melloware commented 3 months ago

I absolutely love this idea.

gsmet commented 3 months ago

It's very nice to see you collaborating on this!