ancashoria / graphql-kafka-subscriptions

Apollo graphql subscriptions over Kafka protocol
MIT License
187 stars 55 forks source link

Subscriptions stop firing when running in a docker container. #40

Open Davenporten opened 3 years ago

Davenporten commented 3 years ago

I was able to get my subscriptions working with my kafka instance locally, but when I try to dockerize them they stop firing. The playground works just like always: the sub starts up, is listening for a publish, then when I hit the endpoint that triggers the sub nothing happens. It feels very similar to accidentally subscribing and publishing to different pubsub instances. Does anyone know if there is some underlying issue with running these subs in a container?

miutamihai commented 2 years ago

Got the same issue

Davenporten commented 2 years ago

Unfortunately I haven’t found any solution to this and am now doing something totally different. Sorry that isn’t much help, but didn’t want to leave you hanging.