This message was deleted.
# general
s
This message was deleted.
s
wondering adding the
healthcheck
property to your container will work
otherwise there isn't enough information for Pulumi to know when the kafka process is actually running within the container
m
Hmmm yeah the problem is the healthcheck was gonna be "is this topic there" but I can try something else
Adding a healthcheck didn't work šŸ˜•
šŸ™ 1
I guess I could try to do this in two stages?
Or with a custom provider or something hm
s
@mysterious-belgium-44686 Are you trying to get this working with local or aws right now?
m
local
s
for local you'd want to add Kafka to our
docker-compose.yml
and Pulumi comes up after that service's health check
(note that we don't currently use docker.Container for anything)
m
Yeah what I'm doing is testing replacing docker-compose with Pulumi
s
oh lmao ok
m
😊
p
Yeah what I’m doing is testing replacing docker-compose with Pulumi
@sparse-tomato-5980 I never thought about this, what do you think would be the advantages in a local setup? Don’t you think it complicates things for ā€œnormal usersā€?
m
I think you might have meant to message me with that one, not Max?
šŸ‘ 1
Mostly I was curious to try and see if I could
p
šŸ‘