ancashoria / graphql-kafka-subscriptions

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

Duplicated subscription responses #54

Open sbarakne opened 2 years ago

sbarakne commented 2 years ago

We are running GraphQL APIs on Apollo server, deployed on the OpenShift container platform, and we are using the graphql-kafka-subscriptions package. When we activate a subscription, we receive notifications for its triggers twice. This fact does not happen when running the server locally. Could this issue be due to some unexpected mechanism due to the execution of Apollo as a containerized application? Thanks for helping.