graphql-kafka-subscriptions icon indicating copy to clipboard operation
graphql-kafka-subscriptions copied to clipboard

Subscriptions stop firing when running in a docker container.

Open Davenporten opened this issue 4 years ago • 2 comments

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?

Davenporten avatar Nov 25 '20 14:11 Davenporten

Got the same issue

miutamihai avatar Oct 29 '21 00:10 miutamihai

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.

Davenporten avatar Oct 29 '21 03:10 Davenporten